aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgbuild/.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgbuild/.gitignore b/pkgbuild/.gitignore
new file mode 100644
index 0000000..95288f4
--- /dev/null
+++ b/pkgbuild/.gitignore
@@ -0,0 +1,12 @@
+# ignore everything
+*/*
+!.gitignore
+
+# except PKGBUILD needed files
+!PKGBUILD
+!*.install
+!ChangeLog
+
+# common wing-man files
+!*.diff
+!*.patch