add gitignore

This commit is contained in:
Sebastian Gumprich 2017-04-19 18:27:03 +02:00
parent 8451a5abc8
commit 246075de52
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
# Ignore everything
*
# But not these files...
!.gitignore
!PKGBUILD
!.SRCINFO