group related git ignored symlinks

This commit is contained in:
Simon Michael 2016-06-01 12:09:35 -07:00
parent 509f55864d
commit 399d61df53

6
.gitignore vendored
View File

@ -4,7 +4,6 @@ _*
bin/* bin/*
cabal-dev* cabal-dev*
cabal.sandbox.config cabal.sandbox.config
/config
*/dist/ */dist/
*.dyn_hi *.dyn_hi
*.dyn_o *.dyn_o
@ -13,14 +12,15 @@ cabal.sandbox.config
hledger-web/static/tmp/ hledger-web/static/tmp/
hledger-web/yesod-devel/ hledger-web/yesod-devel/
log log
/config
/messages /messages
/static
/templates
*.o *.o
old old
/static
t.* t.*
tags tags
TAGS TAGS
/templates
tests/addons/hledger-* tests/addons/hledger-*
tools/generatejournal tools/generatejournal
tools/simplebench tools/simplebench