summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHartmut Seichter2023-03-12 18:29:55 +0100
committerHartmut Seichter2023-03-12 18:29:55 +0100
commit4968ba31d59bcd1b2c66c4b46a800205dbca2a0b (patch)
treea9151fb479421980baa48886ada1f3f9be4b1bca
parent0a7643cbfbeb250966c9933341c9c9fd3170fcfa (diff)
downloadaur-vrpn.tar.gz
added a suitable 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