LuaFunctionRegisterSpreadsheet/.gitignore

54 lines
704 B
Plaintext

# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Debug/Release/x64 folder
/Debug/
/Hook/Debug/
/Hook/x64/Debug/
/Launcher/Debug/
/Launcher/x64/Debug/
/GhidraParser/Debug/
/GhidraParser/x64/Debug/
/Release/
/Hook/Release/
/Launcher/Release/
/GhidraParser/Release/
/GhidraParser/x64/Release/
/x64/
# Visual Studio
/.vs/
# never ignore stuff from packages directory - had problems compiling, because detours.lib was missing when cloning from this repo lmao
!/packages/**