summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRafael Fontenelle2018-08-22 15:40:21 -0300
committerRafael Fontenelle2018-08-22 15:40:21 -0300
commite09848759a8f021853273e5e34e71da4f0e808c3 (patch)
treebd1de4fae8e091e6d539ace231d7bc9d373c3ee2 /.gitignore
downloadaur-e09848759a8f021853273e5e34e71da4f0e808c3.tar.gz
Initial commit
Diffstat (limited to '.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