Added basic .gitignore.

Ignores Cabal's build directory, vim's temporary files and a few
other things.
This commit is contained in:
Sebastian Schwarz 2010-01-09 00:56:00 +01:00
parent 2751b27c1a
commit b1c8f0ad85

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
##
## gitignore(5) -- specify ignored files
##
*.swo
*.swp
*~
.DS_Store
/dist/