gitignore fix

This commit is contained in:
Pavel@Vostro5468 2022-01-05 18:39:15 +03:00
parent fefca2b6e9
commit f9b3ecf8d5
4 changed files with 6 additions and 3 deletions

View File

@ -1,2 +1,4 @@
/images
/.git
/.git
/last_version
/init_version

2
.gitignore vendored
View File

@ -1 +1,3 @@
/images
/last_version
/init_version

2
build
View File

@ -22,7 +22,7 @@ if [ ! -f last_version ]
then
if [ ! -f init_version ]
then
echo "init_version not found!"
echo "1000" > init_version
exit
fi
cp init_version last_version

View File

@ -1 +0,0 @@
100056