diff options
author | Tobia Tesan | 2013-06-27 13:38:24 +0200 |
---|---|---|
committer | Tobia Tesan | 2013-06-27 13:38:24 +0200 |
commit | 4a66ef231e01df1ba1e5be9350ae32c986285deb (patch) | |
tree | a653380175db19f1d0f84c5798b64c2c40b45954 | |
parent | b16f2d8405bab54a891325f0c6dec156f6006b1a (diff) | |
download | scummvm-rg350-4a66ef231e01df1ba1e5be9350ae32c986285deb.tar.gz scummvm-rg350-4a66ef231e01df1ba1e5be9350ae32c986285deb.tar.bz2 scummvm-rg350-4a66ef231e01df1ba1e5be9350ae32c986285deb.zip |
JANITORIAL: Add [Debug|Release][32|64] to .gitignore
MSVC11 seems to be using these as new default when running on x64.
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b834214a00..a046909bbf 100644 --- a/.gitignore +++ b/.gitignore @@ -161,6 +161,10 @@ ipch/ #Ignore default Visual Studio build folders [Dd]ebug/ [Rr]elease/ +[Dd]ebug32/ +[Rr]elease32/ +[Dd]ebug64/ +[Rr]elease64/ #Ignore Qt Creator project files ScummVM.config |