tools: gitignore cleanups

This commit is contained in:
Simon Michael 2017-04-27 09:40:32 -07:00
parent 6c2d2c0a6a
commit cf74b78064

62
.gitignore vendored
View File

@ -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 *.o
old
t.* # dev stuff
.build
.idea*
.shake
.tmp
.vscode
tags tags
TAGS TAGS
tests/addons/hledger-*
tools/generatejournal # haskell stuff
tools/simplebench *.dyn_hi
*.dyn_o
*.hi
*.p_o
cabal-dev*
cabal.project.local
cabal.sandbox.config
dist/
dist-newstyle/
/Shake
# hledger stuff
t.*
tt.* tt.*
ttt.* ttt.*
tttt.* tttt.*
ttttt.* ttttt.*
t[0-9]*
old
tests/addons/hledger-*
tools/generatejournal
tools/simplebench
log
profs/* profs/*
test.hs test.hs
*/doc/*.[0-9] */doc/*.[0-9]
*/doc/*.[0-9].txt */doc/*.[0-9].txt
*/doc/*.[0-9].info */doc/*.[0-9].info
dist-newstyle/
cabal.project.local # hledger-web stuff
*~ /config
/Shake /messages
/static
/templates
hledger-web/static/tmp/
hledger-web/yesod-devel/