From c9fdaf49b4dbb8714be3d9e11871535ba39e5c1a Mon Sep 17 00:00:00 2001 From: Toralf Wittner Date: Wed, 19 Mar 2014 15:45:45 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index abcaf0f..9b4f3ba 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 -- GitLab