Skip to content

Commit f2da03b

Browse files
authored
Merge pull request #860 from alexfmpe/fix-gitignore-dist
Fix build paths in gitignore
2 parents 5e338df + 5b1141d commit f2da03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
*.swo
77
*.tix
88
.hpc/
9-
/dist/*
10-
/dist-newstyle/*
9+
**/dist/*
10+
**/dist-newstyle/*
1111
GNUmakefile
1212
dist-install
1313
ghc.mk

0 commit comments

Comments
 (0)