summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2019-01-28 18:59:04 -0200
committerRafael Fontenelle2019-01-28 18:59:04 -0200
commit9ac6588907745ecae24211ad3f8e063d136c4958 (patch)
treef58029c365ebcfba7ba4374de4ab2db5c8042392
parent63c888b67574df159e763f257901cc1b25fa2d59 (diff)
downloadaur-9ac6588907745ecae24211ad3f8e063d136c4958.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