Add .gitignore

Shamelessly ganked from cabal.
This commit is contained in:
brandon s allbery kf8nh 2015-08-22 14:01:56 -04:00
parent d26da8e63a
commit 05f3eb17f5

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
.cabal-sandbox/
cabal.sandbox.config
.hpc/
*.hi
*.o
*.p_hi
*.prof
*.tix
cabal.config
dist
dist-*
# editor temp files
*#
.#*
*~
.*.swp
# TAGS files
TAGS
tags
# stack artifacts
/.stack-work/