Don't ignore files in inc/mod directory.
The original pathspec matches any path with "mod" in it. We modified it here to only match directories at the top level.
This commit is contained in:
parent
0eb4059a7c
commit
01dfb1850a
|
@ -61,9 +61,9 @@ tf/
|
|||
[._]s[a-w][a-z]
|
||||
|
||||
# special boards
|
||||
all/
|
||||
mod/
|
||||
random/
|
||||
/all/
|
||||
/mod/
|
||||
/random/
|
||||
|
||||
# Banners
|
||||
banners/*
|
||||
|
|
Loading…
Reference in New Issue