tools: git ignore everything beginning with . or _

This commit is contained in:
Simon Michael 2015-06-28 14:15:37 -07:00
parent 61e4034de5
commit 2d46ee4448

10
.gitignore vendored
View File

@ -1,22 +1,17 @@
/.hpc .*
_* _*
[0-9]* [0-9]*
*.aes
bin/* bin/*
cabal-dev* cabal-dev*
.cabal-sandbox/
cabal.sandbox.config cabal.sandbox.config
/config /config
*/dist/ */dist/
*.dyn_hi *.dyn_hi
*.dyn_o *.dyn_o
.ghci*
.haddockprologue
*.hi *.hi
hledger-web/static/tmp/ hledger-web/static/tmp/
hledger-web/yesod-devel/ hledger-web/yesod-devel/
log log
.local.mk
/messages /messages
*.o *.o
old old
@ -32,7 +27,4 @@ tt.*
ttt.* ttt.*
tttt.* tttt.*
ttttt.* ttttt.*
.stack-work
.idea
.project
profs/* profs/*