From 3126d5cc3517b5497b8959da4d22f4e4c400091c Mon Sep 17 00:00:00 2001 From: DrFrugal Date: Mon, 22 Jan 2024 02:27:16 +0100 Subject: [PATCH] initial .gitignore commit --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index e257658..dfe38f1 100644 --- a/.gitignore +++ b/.gitignore @@ -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/** \ No newline at end of file