summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortexhnolyze2022-05-06 05:13:56 +0200
committertexhnolyze2022-05-06 05:13:56 +0200
commita5164b631ac4022169ed8f612a055234ad4769fc (patch)
treef344ff185c43973e0864017e258b18e890a1637d
parent2febb21be56b7165a4f4932f04f87c0778a4534f (diff)
downloadaur-a5164b631ac4022169ed8f612a055234ad4769fc.tar.gz
chore(gitignore): everything except PKGBUILD/.SRCINFO
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..74313dded4f0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Ignore everything
+/*
+
+# But not the pkgbuild/srcinfo and this file
+!PKGBUILD
+!.SRCINFO
+!.gitignore