summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 5f2e227c89ad..4dab8d6386e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,7 @@
-src/
-pkg/
+# Ignore everything
+*
-*.tar.*
-*.tgz
-*.tbz2
-*.zip
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO