Handle raid installer files

Ignore and clean new target files used to test
raid features.

Signed-off-by: Ryan Harper <ryan.harper@canonical.com>
This commit is contained in:
Ryan Harper 2015-10-26 15:38:04 -05:00
parent 90386adcde
commit b09f273450
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -58,10 +58,11 @@ target/
# subiquity installer images
installer/*.img
installer/*.img_*
logs/*
venv
debian
.pybuild
# probert as its pulled externally
probert
probert

View File

@ -98,6 +98,7 @@ clean:
wrap-and-sort; \
fi
rm -f installer/target.img
rm -f installer/target.img_*
rm -f installer/installer.img
rm -f installer/geninstaller.log
find installer -type f -name *-installer.img | xargs -i rm {}