diff options
| author | altimumdelta <48530820+altimumdelta@users.noreply.github.com> | 2019-11-05 17:56:26 +0100 |
|---|---|---|
| committer | altimumdelta <48530820+altimumdelta@users.noreply.github.com> | 2019-11-09 20:37:04 +0100 |
| commit | 6cede3bf79f36e4010094052e843f2a9a7a5e70d (patch) | |
| tree | ae1ffe4b32b643cfc88a7c26455cbf5330138ee8 /.gitignore | |
| parent | cc9c1583b1ea8d8b784ad8b9a2fb8a2f008778fc (diff) | |
Git: Also Ignore other derivatives of VS output
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 2f3efe67e1..deef6c5b0a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ Thumbs.db Source/Core/Common/scmrev.h # Ignore files output by build /[Bb]uild*/ -/[Bb]inary/ +/[Bb]inary*/ /obj/ # Ignore files output by Android cmake build /Source/Android/app/.cxx/ @@ -21,7 +21,7 @@ Source/Core/Common/scmrev.h *.tlog *.VC.opendb *.VC.db -.vs/ +.vs*/ /Source/enc_temp_folder/ # Ignore build info file created by QtCreator CMakeLists.txt.user |
