From abf724182a1085b6e7aceaf26e8918c0806e7270 Mon Sep 17 00:00:00 2001 From: emilyd Date: Wed, 30 Nov 2022 18:56:41 +0200 Subject: [PATCH] ignore tmp directories, which are typically generated by build scripts --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e93e48d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Ignore temporary files created by build scripts +tmp/