tools: refine gitignore, stop ignoring hledger-web js dir

This commit is contained in:
Simon Michael 2017-12-22 15:05:44 -08:00
parent a1124fa381
commit 3ccafb596f

11
.gitignore vendored
View File

@ -12,12 +12,19 @@ _*
tags
TAGS
# temp files
# 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].*
[0-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]*
# haskell stuff
*.dyn_hi