update .gitignore

This commit is contained in:
SCG82 2020-01-06 00:55:21 -08:00
parent 5fa98c9fb8
commit f02982dfa9
2 changed files with 6 additions and 1 deletions

5
.gitignore vendored
View File

@ -1,2 +1,7 @@
*.o
dylibbundler
.idea/
.vscode/
build/
cmake-build-*/
.DS_Store

View File

@ -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)