hledger/.gitignore

77 lines
1.1 KiB
Plaintext

# misc stuff
_*
*~
*.o
# dev stuff
.build
.idea
/*.iml
.shake
.tmp
.vscode
tags
TAGS
/debug.log
/tools/pandoc-demote-headers
/tools/pandoc-drop-html-blocks
/tools/pandoc-drop-html-inlines
/tools/pandoc-drop-links
/tools/pandoc-drop-notes
/tools/pandoc-drop-toc
/tools/generatetimeclock
# 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
[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]*
#
*.j
# haskell stuff
*.dyn_hi
*.dyn_o
*.hi
*.p_o
*.hp
cabal-dev*
cabal.project.local
cabal.sandbox.config
dist/
dist-newstyle/
/Shake
/.shake.html
.stack-work/
# hledger stuff
old
/log
/profs/*
/bin/**
/.latest.*
test.hs
tests/addons/hledger-*
tools/generatejournal
tools/simplebench
/examples/10*.journal
# hledger-web stuff
/config
/messages
/static
/templates
hledger-web/static/tmp/
hledger-web/yesod-devel/
.hledger-web_client_session_key.aes
# recent stuff