summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbemxio2023-07-28 11:05:37 +0200
committerbemxio2023-07-28 11:28:34 +0200
commit37a092b36207c8e56c7b28bda193812ef7006264 (patch)
tree130bc6125e18b9cadb5855476b6269170ecc4b27
parent2048c9f603021adeb7636722a81e74cba01efbe6 (diff)
downloadaur-37a092b36207c8e56c7b28bda193812ef7006264.tar.gz
add the temporary directory to the gitignore
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e84d3bcccc2e..a0cc388af587 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,4 +8,7 @@ pkg/
*.tar.xz
# Package files
-*.zst \ No newline at end of file
+*.zst
+
+# Temporary directory
+tmp/ \ No newline at end of file