Commit c9fdaf49 authored by Toralf Wittner's avatar Toralf Wittner
Browse files

Update .gitignore

parent a7351e18
Loading
Loading
Loading
Loading
+2 −24
Original line number Diff line number Diff line
# Haskell
cabal-dev
*.o
*.hi
@@ -8,26 +7,14 @@ cabal-dev
*.aux*
*.ps*
*.hp*
.shelly
Setup.hs
snaplets

# Python
__pycache__
*.pyc
*.pyc

# Dirs
vendor
dist
tmp
log

# CTAGS
.cabal-sandbox
cabal.sandbox.config
TAGS
tags

# Emacs/Vim
*~
*#
.#*
@@ -35,18 +22,9 @@ tags
.*.sw[a-z]
*.un~
*.org

# OSX
.DS_Store

# Artifacts
*.tar
*.gz
*.tmp
.devel
.deps
.test
CHANGELOG.md

# Sqlite
*.db