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