From cf74b78064bc6aeefd0a7ade30b6b51fa4e8389a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 27 Apr 2017 09:40:32 -0700 Subject: [PATCH] tools: gitignore cleanups --- .gitignore | 62 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 38 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index 2095871db..84753ea11 100644 --- a/.gitignore +++ b/.gitignore @@ -1,37 +1,51 @@ -.* +# misc stuff _* -cabal-dev* -cabal.sandbox.config -*/dist/ -*.dyn_hi -*.dyn_o -*.p_o -*.hi -hledger-web/static/tmp/ -hledger-web/yesod-devel/ -log -/config -/messages -/static -/templates +*~ *.o -old -t.* + +# dev stuff +.build +.idea* +.shake +.tmp +.vscode tags TAGS -tests/addons/hledger-* -tools/generatejournal -tools/simplebench + +# haskell stuff +*.dyn_hi +*.dyn_o +*.hi +*.p_o +cabal-dev* +cabal.project.local +cabal.sandbox.config +dist/ +dist-newstyle/ +/Shake + +# hledger stuff +t.* tt.* ttt.* tttt.* ttttt.* +t[0-9]* +old +tests/addons/hledger-* +tools/generatejournal +tools/simplebench +log profs/* test.hs */doc/*.[0-9] */doc/*.[0-9].txt */doc/*.[0-9].info -dist-newstyle/ -cabal.project.local -*~ -/Shake + +# hledger-web stuff +/config +/messages +/static +/templates +hledger-web/static/tmp/ +hledger-web/yesod-devel/