gitignore: add "/custom-*" (!646)
This allows for having untracked packages in the aports directory in a subdirectory prefixed by "custom-".
This commit is contained in:
parent
1d7f7641c1
commit
0c2bf6c423
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -113,3 +113,6 @@ ENV/
|
||||||
|
|
||||||
# JetBrains IDEs (PyCharm, etc)
|
# JetBrains IDEs (PyCharm, etc)
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# Allow having untracked packages in aports using a custom-something directory
|
||||||
|
/custom-*/
|
||||||
|
|
Loading…
Reference in a new issue