Skip to content

Commit 1373205

Browse files
committed
Gitignore /old-*/
1 parent e6c956a commit 1373205

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/examples/*.happy.hs
1212
/examples/*.bin
1313
/examples/*.exe
14+
/old-*/
1415
/tests/*.[gn].hs
1516
/tests/*.[gn].bin
1617
/tests/*.[gn].exe

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CABAL = cabal
22

3-
HAPPY = happy
3+
HAPPY = happy
44
HAPPY_OPTS = -agc
55

66
ALEX = alex

0 commit comments

Comments
 (0)