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.
pull/801/head
scrawl 9 years ago
parent 0a52ee17c3
commit 9c503cbd8c

2
.gitignore vendored

@ -5,7 +5,7 @@ CMakeCache.txt
cmake_install.cmake
Makefile
makefile
build
build*
prebuilt
## doxygen

Loading…
Cancel
Save