1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/.gitignore
Sandu Liviu Catalin 9e23fa2520 Update .gitignore
2020-05-28 21:27:44 +03:00

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
.*