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:
parent
d71802cb25
commit
2f2976ce7d
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -115,7 +115,7 @@ ENV/
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
# Sources as unpacked and built by abuild
|
# Sources as unpacked and built by abuild
|
||||||
/*/*/src/
|
**/src/
|
||||||
|
|
||||||
# Allow having untracked packages in aports using a custom-something directory
|
# Allow having untracked packages in aports using a custom-something directory
|
||||||
/custom-*/
|
/custom-*/
|
||||||
|
|
Loading…
Reference in a new issue