CVarRegisterSpreadsheet/.gitignore

47 lines
560 B
Plaintext
Raw Permalink Normal View History

2023-07-02 11:23:06 +02: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
# Debug/Release folder
/Debug/
/Hook/Debug/
/Launcher/Debug/
/Release/
/Hook/Release/
/Launcher/Release/
# Visual Studio
/.vs/
# never ignore stuff from packages directory - had problems compiling, because detours.lib was missing when cloning from this repo lmao
!/packages/**