1
0

gitignore: add more build folders

This commit is contained in:
SomberNight
2019-05-09 15:59:47 +02:00
parent 1b8673839a
commit 03c3ba0d36
2 changed files with 8 additions and 3 deletions

View File

@@ -20,8 +20,8 @@ fi
(
cd "$ROOT_FOLDER"
echo "'git clean -fx' would delete the following files: >>>"
git clean -fx --dry-run
echo "'git clean -fd' would delete the following files: >>>"
git clean -fd --dry-run
echo "<<<"
# we could build the kivy atlas potentially?