rm build folder again;

This was nice to remove a step from the compilation instructions,
but it means that we can't wipe the build directory without causing
git changes.
This commit is contained in:
bjorn 2018-11-08 12:58:04 -08:00
parent 76c2dc757a
commit 1cc1a978a9
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.tup
build
/lovr
/data
/*.lua

View File

@ -86,6 +86,7 @@ Building
Here's how to compile LÖVR using CMake:
```console
mkdir build
cd build
cmake ..
cmake --build .

1
build/.gitignore vendored
View File

@ -1 +0,0 @@
*