Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add .gitignore file
I just used the one from https://www.gitignore.io/api/haskell
  • Loading branch information
MaxGabriel committed Feb 27, 2015
1 parent e80c6d1 commit 0bcfd00
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
@@ -0,0 +1,20 @@
# Created by https://www.gitignore.io

### Haskell ###
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.virtualenv
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
cabal.config
*.prof
*.aux
*.hp

0 comments on commit 0bcfd00

Please sign in to comment.