initial .gitignore commit

This commit is contained in:
DrFrugal 2024-01-22 02:27:16 +01:00
parent 5a335145d7
commit 3126d5cc35
1 changed files with 16 additions and 0 deletions

16
.gitignore vendored
View File

@ -32,3 +32,19 @@
*.out
*.app
# Debug/Release/x64 folder
/Debug/
/Hook/Debug/
/Launcher/Debug/
/GhidraParser/Debug/
/Release/
/Hook/Release/
/Launcher/Release/
/GhidraParser/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/**