gitignore: add 'src/' dir created when running abuild manually (MR 2450)

When using abuild to update checksums and other things manually in pmaports,
it creates a src/ dir in the package dir which should not be commited.
This commit is contained in:
Clayton Craft 2021-08-18 12:59:41 -07:00 committed by Dylan Van Assche
parent d71802cb25
commit 2f2976ce7d
No known key found for this signature in database
GPG key ID: 8642571587897EA1

2
.gitignore vendored
View file

@ -115,7 +115,7 @@ ENV/
.idea
# Sources as unpacked and built by abuild
/*/*/src/
**/src/
# Allow having untracked packages in aports using a custom-something directory
/custom-*/