summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorpusi772023-05-07 15:47:09 +0200
committerpusi772023-05-07 15:47:09 +0200
commitc6c456dd2f9d05eba51eb7973f16ca8ef1b2500e (patch)
treee4c81f07cd1e4e75513923748677b186b1df55b3 /.gitignore
parent50985a965ccbc5fe3e0136230e28497b267611e4 (diff)
downloadaur-c6c456dd2f9d05eba51eb7973f16ca8ef1b2500e.tar.gz
adopted and fixed broken package
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4dccc7769c72
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO \ No newline at end of file