fixes and default .gitignore

This commit is contained in:
2023-02-13 21:43:23 +06:00
parent 21be08ec55
commit 92de4ab1d7
5 changed files with 28 additions and 1 deletions

View File

@@ -26,3 +26,7 @@ esac
cp cbuild/default.Makefile Makefile
cp cbuild/default.config ./
echo "copy default .gitignore? [y/any]"
read answ
[[ "$answ"="y" ]] && cp cbuild/.gitignore ./