Skip to content

Commit

Permalink
Merge pull request #13 from input-output-hk/anviking/4/gitignore
Browse files Browse the repository at this point in the history
Add .gitignore
  • Loading branch information
KtorZ authored Mar 1, 2019
2 parents c8aee2d + b094e31 commit a573469
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
### Haskell ###
dist
dist-*
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
.ghci

0 comments on commit a573469

Please sign in to comment.