mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Update .gitignore
This commit is contained in:
parent
47f71625d8
commit
9e23fa2520
8
.gitignore
vendored
8
.gitignore
vendored
@ -4,20 +4,12 @@
|
|||||||
*.so
|
*.so
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
.*
|
|
||||||
/bin/*
|
/bin/*
|
||||||
/lib/
|
|
||||||
/obj/
|
|
||||||
/sandbox/*.*
|
|
||||||
# MySQL on windows
|
# MySQL on windows
|
||||||
/include/mysql/
|
/include/mysql/
|
||||||
/config/mingw32/mysql/
|
/config/mingw32/mysql/
|
||||||
/config/mingw64/mysql/
|
/config/mingw64/mysql/
|
||||||
|
|
||||||
# Projects
|
|
||||||
*.layout
|
|
||||||
*.depend
|
|
||||||
|
|
||||||
# Leftovers
|
# Leftovers
|
||||||
*.[Oo]bj
|
*.[Oo]bj
|
||||||
*.[Pp]ch
|
*.[Pp]ch
|
||||||
|
@ -39,6 +39,7 @@ endif()
|
|||||||
if(UNIX)
|
if(UNIX)
|
||||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Include SDK library
|
# Include SDK library
|
||||||
add_subdirectory(sdk)
|
add_subdirectory(sdk)
|
||||||
# Include Module library
|
# Include Module library
|
||||||
|
Loading…
Reference in New Issue
Block a user