proto: fix for make file, add paths to .gitignore

This commit is contained in:
Alexey Stepanov
2016-08-12 15:46:08 +03:00
parent f1063044cb
commit 4eedc0eabd
2 changed files with 7 additions and 4 deletions
+3
View File
@@ -29,3 +29,6 @@ lib/
.idea/
proto/compiler/protoc-artifacts
proto/compiler/tests
proto/compiler/google/src/google/protobuf/compiler/kotlin/bin
proto/compiler/google/src/google/protobuf/compiler/kotlin/protoc
+4 -4
View File
@@ -42,12 +42,12 @@ if [ "$ok" == 0 ]; then
make
echo "Installing"
#sudo make install
sudo make install
echo "Cleaning"
cd ../..
rm -rf protobuf_sources
# cd ../..
# rm -rf protobuf_sources
fi
else
echo "Prerequisites met, you can build library now via Makefile"
fi
fi