1
0
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:
Sandu Liviu Catalin 2020-05-28 21:27:44 +03:00
parent 47f71625d8
commit 9e23fa2520
2 changed files with 1 additions and 8 deletions

8
.gitignore vendored
View File

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

View File

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