Browse Source

added haskell gitignore

adaptedStrategy0
Andrea Bellandi 9 years ago
parent
commit
78a6d05cc0
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      .gitignore

+ 18
- 0
.gitignore View File

@ -0,0 +1,18 @@
.*
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
Main0
!.gitignore

Loading…
Cancel
Save