summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2022-08-20 21:12:37 -0300
committerRafael Fontenelle2022-08-20 21:12:37 -0300
commitc09bf59cc9fe8b946823021c92afb950ed33178a (patch)
tree6966656eb013f2795a220b1ccff4825a2540b703
parent39bf88edc7c3001a544e7ee362bfafbf013f7f6f (diff)
downloadaur-c09bf59cc9fe8b946823021c92afb950ed33178a.tar.gz
Add .gitignore
-rw-r--r--.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..ddfe915b4f92
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,22 @@
+# ignore everything ...
+*
+
+# ... except itself
+!.gitignore
+
+# ... except changes in package
+!PKGBUILD
+!.SRCINFO
+
+# ... except possible source files
+!*.patch
+!*.diff
+!*.desktop
+!*.png
+!LICENSE
+!*.service
+!*.conf
+
+# ... except files from PKGBUILD fields
+!*.changelog
+!*.install