add gitignore

This commit is contained in:
Dominic 2022-08-13 21:45:39 +02:00
parent 9fc5f5fb24
commit d08c0554d5
No known key found for this signature in database
GPG Key ID: DCC8C247452E98F9
1 changed files with 10 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# emacs
*~
\#*#
.#*#
# makepkg
/pkg/
/src/
*.tar.bz2
*.pkg*