Exclude build_game directory
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,7 +2,7 @@
|
||||
*~
|
||||
|
||||
.idea/
|
||||
build-web/
|
||||
build_web/
|
||||
cmake-build-debug/
|
||||
cmake-build-release/
|
||||
tiled/PixelDefense.tiled-session
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
#rm -rf build_web
|
||||
#mkdir build_web
|
||||
mkdir build_web
|
||||
pushd build_web || exit
|
||||
|
||||
emcmake cmake .. -DPLATFORM=Web
|
||||
|
||||
Reference in New Issue
Block a user