diff --git a/.gitignore b/.gitignore index abcaf0fc8faf24f2a9f06e8dcb285f988e61891b..9b4f3bae79bc17770ac3b306df05e3e3dd4172c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -# 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