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
|
2018-02-16 03:30:33 +03:00
|
|
|
.idea
|
|
|
|
/*.iml
|
2017-04-27 19:40:32 +03:00
|
|
|
.shake
|
|
|
|
.tmp
|
|
|
|
.vscode
|
|
|
|
tags
|
|
|
|
TAGS
|
2018-02-16 03:30:33 +03:00
|
|
|
/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
|
2018-05-19 00:50:54 +03:00
|
|
|
/tools/generatetimeclock
|
2017-04-27 19:40:32 +03:00
|
|
|
|
2017-12-23 02:05:44 +03:00
|
|
|
# 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].*
|
2017-12-23 02:05:44 +03:00
|
|
|
![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]*
|
2018-02-16 03:30:33 +03:00
|
|
|
#
|
|
|
|
*.j
|
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
|
2018-02-16 03:30:33 +03:00
|
|
|
/log
|
|
|
|
/profs/*
|
|
|
|
/bin/**
|
|
|
|
/.latest.*
|
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
|
2018-02-16 03:30:33 +03:00
|
|
|
/examples/10*.journal
|
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
|
2018-02-16 03:30:33 +03:00
|
|
|
|
|
|
|
# recent stuff
|