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
|
||||
|
||||
# Directories
|
||||
.*
|
||||
/bin/*
|
||||
/lib/
|
||||
/obj/
|
||||
/sandbox/*.*
|
||||
# MySQL on windows
|
||||
/include/mysql/
|
||||
/config/mingw32/mysql/
|
||||
/config/mingw64/mysql/
|
||||
|
||||
# Projects
|
||||
*.layout
|
||||
*.depend
|
||||
|
||||
# Leftovers
|
||||
*.[Oo]bj
|
||||
*.[Pp]ch
|
||||
|
@ -39,6 +39,7 @@ endif()
|
||||
if(UNIX)
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
endif()
|
||||
|
||||
# Include SDK library
|
||||
add_subdirectory(sdk)
|
||||
# Include Module library
|
||||
|
Loading…
Reference in New Issue
Block a user