diff --git a/.gitignore b/.gitignore index 295d1c4d..491af4b7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,9 @@ Source/Obj_lin64 *.mod Source/x64/ Source/Release/ -Build/ +*build* +Makefile + # Archive Scripts/CompileDISCONHereCopyRun\.cmd @@ -17,4 +19,7 @@ Scripts/CompileDISCONHereCopyRun\.cmd # Temp Files *~ .DS_Store -*.u2d \ No newline at end of file +*.u2d + +# vs code +.vscode \ No newline at end of file