summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhang.j.k2021-01-01 13:03:07 +0800
committerzhang.j.k2021-01-01 13:03:07 +0800
commite2a95c8089ba031f7ed75610b2cfa9754c61ddab (patch)
treee704dfdbafdca3dbe87157025fc0e686f699a9b1
parentbd7a1fe7d15e68e2eb9a257d96fb50d7d4aa64c0 (diff)
downloadaur-k.tar.gz
modify .gitignore and remove unnecessary files
-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