update .gitignore
This commit is contained in:
parent
5fa98c9fb8
commit
f02982dfa9
|
@ -1,2 +1,7 @@
|
|||
*.o
|
||||
dylibbundler
|
||||
.idea/
|
||||
.vscode/
|
||||
build/
|
||||
cmake-build-*/
|
||||
.DS_Store
|
||||
|
|
|
@ -4,7 +4,7 @@ project(dylibbundler)
|
|||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE RelWithDebInfo)
|
||||
set(CMAKE_BUILD_TYPE Release)
|
||||
endif()
|
||||
|
||||
include_directories(src)
|
||||
|
|
Loading…
Reference in New Issue