add gitignore
This commit is contained in:
parent
8451a5abc8
commit
246075de52
|
@ -0,0 +1,7 @@
|
||||||
|
# Ignore everything
|
||||||
|
*
|
||||||
|
|
||||||
|
# But not these files...
|
||||||
|
!.gitignore
|
||||||
|
!PKGBUILD
|
||||||
|
!.SRCINFO
|
Loading…
Reference in New Issue