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:
Martijn Braam 2019-09-25 13:04:00 +02:00 committed by Oliver Smith
parent 1d7f7641c1
commit 0c2bf6c423
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

3
.gitignore vendored
View file

@ -113,3 +113,6 @@ ENV/
# JetBrains IDEs (PyCharm, etc)
.idea
# Allow having untracked packages in aports using a custom-something directory
/custom-*/