Ignore the default work directory

This commit is contained in:
Manuel Thalmann 2024-06-20 15:55:36 +02:00
parent bab7401b18
commit 89651f0c3e
2 changed files with 3 additions and 1 deletions

2
archiso/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
out/
work/

View file

@ -4,7 +4,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
. ./template-path.sh;
diff -ru --no-dereference -x{.git,.gitignore,README.md,scripts,LICENSE,out,valhalla.patch} "$(templatePath)" .. \
diff -ru --no-dereference -x{.git,.gitignore,README.md,scripts,LICENSE,out,valhalla.patch,work} "$(templatePath)" .. \
| tee "valhalla.patch";
popd > /dev/null;