summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2019-02-14 13:10:38 -0200
committerRafael Fontenelle2019-02-14 13:10:38 -0200
commit26f0b0d4ad132c92904ea2b727669bbb16c3d2b5 (patch)
tree5856723c48ddb509d662e43ce4c084e83c0f05b1
parent70dc8480b05cc8ff66ca19a3d76bc28a872c3eef (diff)
downloadaur-26f0b0d4ad132c92904ea2b727669bbb16c3d2b5.tar.gz
Add .gitignore
-rw-r--r--.gitignore20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1aace9926737
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@
+# ignore everything ...
+*
+
+# ... except itself
+!.gitignore
+
+# ... except changes in package
+!PKGBUILD
+!.SRCINFO
+
+# ... except possible source files
+!*.patch
+!*.diff
+!*.desktop
+!*.png
+!LICENSE
+
+# ... except files from PKGBUILD fields
+!*.changelog
+!*.install