hledger/.gitignore
2017-04-27 09:40:32 -07:00

52 lines
505 B
Plaintext

# misc stuff
_*
*~
*.o
# dev stuff
.build
.idea*
.shake
.tmp
.vscode
tags
TAGS
# 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
# hledger-web stuff
/config
/messages
/static
/templates
hledger-web/static/tmp/
hledger-web/yesod-devel/