tools: gitignore cleanups

This commit is contained in:
Simon Michael 2017-04-27 10:49:35 -07:00
parent 7bcce9e787
commit 5bd276d507
2 changed files with 14 additions and 10 deletions

22
.gitignore vendored
View File

@ -12,35 +12,39 @@ _*
tags tags
TAGS TAGS
# temp files
[a-z0-9]
[a-z0-9].*
[a-z0-9][a-z0-9]
[a-z0-9][a-z0-9].*
[0-9]*
# haskell stuff # haskell stuff
*.dyn_hi *.dyn_hi
*.dyn_o *.dyn_o
*.hi *.hi
*.p_o *.p_o
*.hp
cabal-dev* cabal-dev*
cabal.project.local cabal.project.local
cabal.sandbox.config cabal.sandbox.config
dist/ dist/
dist-newstyle/ dist-newstyle/
/Shake /Shake
/.shake.html
# hledger stuff # hledger stuff
t.*
tt.*
ttt.*
tttt.*
ttttt.*
t[0-9]*
old old
tests/addons/hledger-*
tools/generatejournal
tools/simplebench
log log
profs/* profs/*
test.hs test.hs
tests/addons/hledger-*
tools/generatejournal
tools/simplebench
*/doc/*.[0-9] */doc/*.[0-9]
*/doc/*.[0-9].txt */doc/*.[0-9].txt
*/doc/*.[0-9].info */doc/*.[0-9].info
/hledger.org
# hledger-web stuff # hledger-web stuff
/config /config

2
site/.gitignore vendored
View File

@ -1,4 +1,4 @@
hakyll-std hakyll-std/hakyll-std
_cache _cache
_site _site
files/downloads files/downloads