diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 64d01b7d36a4..f71c635dafda 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -pkg/* -src/* -*.pkg.* -*-source.tar.gz
\ No newline at end of file +* +!.gitignore +!PKGBUILD +!.SRCINFO |