Ignore the default work directory
This commit is contained in:
parent
f6b29c2109
commit
184f90260d
2 changed files with 3 additions and 1 deletions
2
archiso/.gitignore
vendored
Normal file
2
archiso/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
out/
|
||||||
|
work/
|
|
@ -4,7 +4,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
|
|
||||||
. ./template-path.sh;
|
. ./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";
|
| tee "valhalla.patch";
|
||||||
|
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue