summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 18 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 275212bc030c..441611c83c47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,21 @@
*.tar.zst
-cyberpunk-grub-theme-git/
pkg/
src/
-k/ \ No newline at end of file
+k/
+
+# ignore everything
+*
+!.gitignore
+
+# except PKGBUILD needed files
+!PKGBUILD
+!*.install
+!ChangeLog
+
+# common wing-man files
+!*.diff
+!*.patch
+
+!README.md
+
+# add files that don't have an online source \ No newline at end of file