LuaFunctionRegisterSpreadsheet/.gitignore

54 lines
704 B
Plaintext
Raw Permalink Normal View History

2024-01-22 02:22:32 +01:00
# ---> 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
2024-01-22 02:27:16 +01:00
# Debug/Release/x64 folder
/Debug/
/Hook/Debug/
/Hook/x64/Debug/
2024-01-22 02:27:16 +01:00
/Launcher/Debug/
/Launcher/x64/Debug/
2024-01-22 02:27:16 +01:00
/GhidraParser/Debug/
/GhidraParser/x64/Debug/
2024-01-22 02:27:16 +01:00
/Release/
/Hook/Release/
/Launcher/Release/
/GhidraParser/Release/
/GhidraParser/x64/Release/
2024-01-22 02:27:16 +01:00
/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/**