diff --git a/.gitignore b/.gitignore index 4c961a6db9..5650cb26b7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ Source/Core/Common/Src/scmrev.h # Ignore files output by build /[Bb]uild/ /[Bb]inary/ +/obj/ # Ignore files created by visual studio *.ipch *.opensdf @@ -19,4 +20,4 @@ Source/Core/Common/Src/scmrev.h # Ignore transifix configuration directory .tx # Ignore tlog files -*.tlog \ No newline at end of file +*.tlog