Changeset: 90213c7c006a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=90213c7c006a Modified Files: .vscode/run_clean.sh Branch: configurable_working_set Log Message:
Fix clean-up script. diffs (9 lines): diff --git a/.vscode/run_clean.sh b/.vscode/run_clean.sh --- a/.vscode/run_clean.sh +++ b/.vscode/run_clean.sh @@ -10,3 +10,5 @@ rm -rf build/* # Remove all generated files outside of the build directory find . -path "NT/rules.msc" -prune -regex ".*\.am$\|.*\.msc$\|.*\.lst$\|.*\.orig$\|.*cheader\.text\.h" -exec rm \{\} + + +find . -regex ".*\.am$\|.*\.msc$\|.*\.lst$\|.*\.orig$\|.*cheader\.text\.h" | grep -v rules.msc | xargs rm _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list