summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMarko Semet2022-12-27 21:57:09 +0100
committerMarko Semet2022-12-27 21:57:09 +0100
commit8eec9c9658a19375337740ac88dd58e407f10ed0 (patch)
tree4519968ba0ce551f9c29d9c2cbf1467b205fa4f1 /.gitignore
downloadaur-8eec9c9658a19375337740ac88dd58e407f10ed0.tar.gz
Init buildbox-fuse
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