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:
parent
8026da9b3c
commit
fe5a332148
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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-*/
|
||||
|
|
Loading…
Reference in a new issue