summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Mashos2022-03-29 08:13:15 -0700
committerThomas Mashos2022-03-29 08:13:15 -0700
commit8502aad8c57ce1070fe610116b772cc8ef319c4c (patch)
tree8a55bcb0ab30fd1ad1b74114567ed8ea1712d864 /.gitignore
parent7edd43adc3990c0f6afae7eb8b726a903f83fd93 (diff)
downloadaur-8502aad8c57ce1070fe610116b772cc8ef319c4c.tar.gz
Ignore zst files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 53a5e9281374..6562ae6c99ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,5 @@ clean.sh
*.tar.gz
*.deb
pkg/
-src/ \ No newline at end of file
+src/
+*.zst \ No newline at end of file