hledger/.gitignore

65 lines
905 B
Plaintext
Raw Normal View History

2017-04-27 19:40:32 +03:00
# misc stuff
2013-04-09 21:12:50 +04:00
_*
2017-04-27 19:40:32 +03:00
*~
*.o
# dev stuff
.build
.idea*
.shake
.tmp
.vscode
tags
TAGS
# Tricksy rules ignoring some typical temp files.
# For troubleshooting: git check-ignore --verbose PATHS...
# 1- or 2-character filenames, maybe with an extension; but not directories
2017-04-27 20:49:35 +03:00
[a-z0-9]
[a-z0-9].*
[a-z0-9][a-z0-9]
[a-z0-9][a-z0-9].*
![a-z0-9]/
![a-z0-9].*/
![a-z0-9][a-z0-9]/
![a-z0-9][a-z0-9].*/
# files/directories beginning with a number
/[0-9]*
2017-04-27 20:49:35 +03:00
2017-04-27 19:40:32 +03:00
# haskell stuff
2014-11-01 02:06:26 +03:00
*.dyn_hi
*.dyn_o
*.hi
2017-04-27 19:40:32 +03:00
*.p_o
2017-04-27 20:49:35 +03:00
*.hp
2017-04-27 19:40:32 +03:00
cabal-dev*
cabal.project.local
cabal.sandbox.config
dist/
dist-newstyle/
/Shake
2017-04-27 20:49:35 +03:00
/.shake.html
2017-12-15 02:21:46 +03:00
.stack-work/
2017-04-27 19:40:32 +03:00
# hledger stuff
old
log
2015-06-26 01:23:33 +03:00
profs/*
2016-02-21 23:43:53 +03:00
test.hs
2017-04-27 20:49:35 +03:00
tests/addons/hledger-*
tools/generatejournal
tools/simplebench
*/doc/*.[0-9]
*/doc/*.[0-9].txt
*/doc/*.[0-9].info
2017-04-27 20:49:35 +03:00
/hledger.org
2017-04-27 19:40:32 +03:00
# hledger-web stuff
/config
/messages
/static
/templates
hledger-web/static/tmp/
hledger-web/yesod-devel/
2017-12-22 19:14:54 +03:00
.hledger-web_client_session_key.aes