Ignore local makepkg build artifacts
This commit is contained in:
parent
292172909a
commit
89ebb3bb2f
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -2,6 +2,12 @@
|
||||||
/target/
|
/target/
|
||||||
**/*.pdb
|
**/*.pdb
|
||||||
|
|
||||||
|
# makepkg local build artifacts
|
||||||
|
packaging/pkg/
|
||||||
|
packaging/src/
|
||||||
|
packaging/*.tar.gz
|
||||||
|
packaging/*.pkg.tar.zst
|
||||||
|
|
||||||
# Editor / IDE
|
# Editor / IDE
|
||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue