Skip to content

Commit

Permalink
better .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Nov 1, 2020
1 parent 665721e commit 29abf4d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dist
dist-*
cabal-dev
*.o
*.hi
Expand All @@ -10,9 +11,13 @@ cabal-dev
.hsenv
.cabal-sandbox/
cabal.sandbox.config
.ghc.environment.*
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
*~
result
.hdevtools
result-*

0 comments on commit 29abf4d

Please sign in to comment.