summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRafael Fontenelle2021-05-30 21:05:04 -0300
committerRafael Fontenelle2021-05-30 21:05:04 -0300
commit315b0122fdd2247c19b74c0242577f52e0ee5185 (patch)
treecf1a4c863eb776d76d1b52313ce3873afb4d4854 /.gitignore
downloadaur-buildstream-devel.tar.gz
Initial commit
Diffstat (limited to '.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