summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 8 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 97bc67e431ab..9bcb07055011 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,9 @@
-# Sources
-src/
-*.tar.gz
+# Ignore everything
+*
-# Built package
-pkg/
-*.pkg.tar.xz
-*.pkg.tar.zst
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
+!*.install
+!*.patch