1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
SqMod/.gitignore
Sandu Liviu Catalin f6987b3de2 Update the .gitignore file to exclude mysql headers on windows.
Enable extra warnings in the sandbox project.
2016-06-03 21:32:51 +03:00

23 lines
218 B
Plaintext

# Executables
*.exe
*.dll
*.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