mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
21 lines
217 B
Plaintext
21 lines
217 B
Plaintext
# Executables
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
|
|
# Directories
|
|
/bin/*
|
|
# MySQL on windows
|
|
/include/mysql/
|
|
/config/mingw32/mysql/
|
|
/config/mingw64/mysql/
|
|
|
|
# Leftovers
|
|
*.[Oo]bj
|
|
*.[Pp]ch
|
|
|
|
# Exclude
|
|
!/bin/demo
|
|
|
|
# Hidden files and folders
|
|
.* |