1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 17:35:43 +01:00

Ignore everything in dist/ except dist/resources/.

See http://www.haskell.org/haskellwiki/Structure_of_a_Haskell_project.
This commit is contained in:
Todd Sundsted 2014-10-17 19:22:59 -04:00
parent d9cc01e935
commit 49343e9fd3

View File

@ -1,4 +1,5 @@
dist
dist/*
!dist/resources/
cabal-dev
*.o
*.hi