summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorThe-Repo-Club2023-10-03 16:32:46 +0100
committerThe-Repo-Club2023-10-03 16:32:46 +0100
commit6889f44d52dde8c89e321d88c8da6d4719092633 (patch)
tree1b6366e712f5549e5416052a9a0bae6274467dcc /.gitignore
parent5a509282906ee000cdac727b9930a099e2dca762 (diff)
downloadaur-pacmanity.tar.gz
Update
Signed-off-by: The-Repo-Club <wayne6324@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..5d9beb6126a6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
+!LICENSE
+!*.install
+# etc...