forked from teamnwah/openmw-tes3coop
Add build* to the gitignore
Allows one to have multiple build folders, e.g. a separate build for a different OSG versions, or for different OpenMW versions, or when you often switch between branches.
This commit is contained in:
parent
0a52ee17c3
commit
9c503cbd8c
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,7 +5,7 @@ CMakeCache.txt
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
Makefile
|
Makefile
|
||||||
makefile
|
makefile
|
||||||
build
|
build*
|
||||||
prebuilt
|
prebuilt
|
||||||
|
|
||||||
## doxygen
|
## doxygen
|
||||||
|
|
Loading…
Reference in a new issue