summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2021-10-15 16:01:13 +0200
committermax2021-10-15 16:01:13 +0200
commit569995410e96507602c3a63df783c0f88af4d6af (patch)
tree0c8eff4f5643c2ae6e955632c9b93ab4f1552dae
parent40e8855ce0d00c986c7f50ebf2c65ed06d270800 (diff)
downloadaur-569995410e96507602c3a63df783c0f88af4d6af.tar.gz
chore: Add gitigore for package artefacts
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1580e46547b2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+# makepkg directories
+/src/*
+/pkg/*
+
+# Built packages
+*.tar.xz
+*.tar.zst
+
+# Downloaded sources
+*.tar.gz