update and simplify gitignore

This commit is contained in:
Connor Olding 2021-09-14 22:51:01 -07:00
parent e86e5f2e03
commit 651337a294
1 changed files with 8 additions and 7 deletions

15
.gitignore vendored
View File

@ -1,7 +1,8 @@
*/src
*/pkg
*/*.tar
*/*.gz
*/*.bz2
*/*.xz
*/*.zst
*.bak
*.bz2
*.gz
*.tar
*.xz
*.zst
pkg
src