Updated .gitignore, deleted build.sh.

This commit is contained in:
tastytea 2019-03-30 22:35:15 +01:00
parent 7633bb0220
commit 5cf3b18008
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 0 additions and 11 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
/build/
/doc/
/update_gh-pages.sh
/update_doc.sh
/examples/example99*

View File

@ -1,10 +0,0 @@
#!/bin/sh
mkdir -p build && \
cd build/ && \
cmake .. && \
make
if [ "$(basename ${PWD})" == "build" ]; then
cd ..
fi