summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRafael Fontenelle2018-08-22 17:33:36 -0300
committerRafael Fontenelle2018-08-22 17:33:36 -0300
commit1f783363bad01d6c13157e827bc6aa07d18b0ce9 (patch)
tree976b45e830d64f9fc56b82d5174c4d22151c949b /.gitignore
downloadaur-1f783363bad01d6c13157e827bc6aa07d18b0ce9.tar.gz
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1e32c14d2a7b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+# ignore everything ...
+*
+
+# ... except itself
+!.gitignore
+
+# ... except changes in package
+!PKGBUILD
+!.SRCINFO
+
+# ... except possible source files
+!*.patch
+!*.diff
+!*.desktop
+!*.png
+
+# ... except files from PKGBUILD fields
+!*.changelog
+!*.install