diff options
author | Peter Kohaut | 2017-03-08 22:30:53 +0100 |
---|---|---|
committer | Peter Kohaut | 2017-03-08 22:30:53 +0100 |
commit | 27368cc8453f423955f5baa826611ea8a3b09feb (patch) | |
tree | f6f7f2563c1d6ad93d5b7977a58ff14453d28c4a /.gitignore | |
parent | 0345e74e71a21fdad6333a37c284d0a83149ce99 (diff) | |
download | scummvm-rg350-27368cc8453f423955f5baa826611ea8a3b09feb.tar.gz scummvm-rg350-27368cc8453f423955f5baa826611ea8a3b09feb.tar.bz2 scummvm-rg350-27368cc8453f423955f5baa826611ea8a3b09feb.zip |
CREATE_PROJECT: Add support for Visual Studio 2017
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 53dc2b90e7..585d575d01 100644 --- a/.gitignore +++ b/.gitignore @@ -171,6 +171,7 @@ ipch/ *.bat *.tss *.VC.db +.vs/ #Ignore default Visual Studio build folders [Dd]ebug/ |