forked from leftypol/leftypol
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
64a53e16e6
commit
f030ce8215
1 changed files with 3 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -61,9 +61,9 @@ tf/
|
|||
[._]s[a-w][a-z]
|
||||
|
||||
# special boards
|
||||
all/
|
||||
mod/
|
||||
random/
|
||||
/all/
|
||||
/mod/
|
||||
/random/
|
||||
|
||||
# Banners
|
||||
banners/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue