summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2019-03-17 16:22:20 -0300
committerRafael Fontenelle2019-03-17 16:22:20 -0300
commit53f054ca91225ebcdb916361245c95512167f6e6 (patch)
tree0e7bcd305b6dfcb1c40e5f8e520960f376a67b92
parent6aadf2a3e736aa3bd733ec458304fa7339f036a2 (diff)
downloadaur-53f054ca91225ebcdb916361245c95512167f6e6.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