mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: refine gitignore, stop ignoring hledger-web js dir
This commit is contained in:
parent
a1124fa381
commit
3ccafb596f
11
.gitignore
vendored
11
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user