From d8f88e1a70b6a7c3d5656148e78ef6604e25898b Mon Sep 17 00:00:00 2001 From: pizzaboxer <41478239+pizzaboxer@users.noreply.github.com> Date: Thu, 20 Jan 2022 12:43:08 +0000 Subject: [PATCH] Add detours library as a linked folder --- .gitignore | 9 ++++++++- .gitmodules | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .gitmodules diff --git a/.gitignore b/.gitignore index 3feb274..7d1f7a7 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,13 @@ *.out *.app +*.log +*.tlog +*.idb +*.pdb + .vs/* Debug/* -Release/* \ No newline at end of file +Release/* +PolygonClientUtiliites/Debug/* +PolygonClientUtilities/Release/* \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9b8cf05 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Detours"] + path = Detours + url = https://github.com/microsoft/Detours \ No newline at end of file