gitignore: hide abuild's src dir (!977)

for when you use `abuild unpack prepare` to investigate
the package sources and other uses of abuild.
This commit is contained in:
Antoine Fontaine 2020-02-21 14:47:22 +01:00
parent 8026da9b3c
commit fe5a332148
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61

3
.gitignore vendored
View file

@ -114,5 +114,8 @@ ENV/
# JetBrains IDEs (PyCharm, etc)
.idea
# Sources as unpacked and built by abuild
/*/*/src/
# Allow having untracked packages in aports using a custom-something directory
/custom-*/