summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Jacob2016-07-07 23:55:18 +0200
committerFlorian Jacob2016-07-07 23:55:18 +0200
commit844132309621da34cfe9040a3a9f1c378c48a859 (patch)
tree8780a724762565c9350f84afa917ef943f2495a5
parent9b592307ddd39c1224e5ef1f530e9b4af9135e3b (diff)
downloadaur-844132309621da34cfe9040a3a9f1c378c48a859.tar.gz
added gitignore
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..509ab6dbfafc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+# Source: https://gist.github.com/PaBLoX-CL/6664716
+
+# ignore everything
+*
+!.gitignore
+
+# except PKGBUILD needed files
+!PKGBUILD
+!*.install
+!ChangeLog
+
+# common wing-man files
+!*.diff
+!*.patch
+
+# local source files