1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/.gitignore

29 lines
275 B
Plaintext
Raw Normal View History

2015-10-03 18:44:38 +02:00
# Executables
*.exe
*.dll
*.so
# Directories
2020-03-21 20:37:43 +01:00
.*
2019-08-13 18:52:54 +02:00
/bin/*
/lib/
/obj/
2016-06-15 23:05:19 +02:00
/sandbox/*.*
# MySQL on windows
/include/mysql/
/config/mingw32/mysql/
/config/mingw64/mysql/
2015-10-03 18:44:38 +02:00
# Projects
*.layout
*.depend
# Leftovers
*.[Oo]bj
*.[Pp]ch
2019-08-13 18:52:54 +02:00
# Exclude
2020-03-22 20:08:37 +01:00
!/bin/demo
# Hidden files and folders
.*