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