diff options
author | Subv <[email protected]> | 2017-09-30 11:07:57 -0500 |
---|---|---|
committer | Subv <[email protected]> | 2017-09-30 11:07:57 -0500 |
commit | 1f99d53e2c2c7e3f605ee6f57934b3316848c657 (patch) | |
tree | 1cc85a390fc86189e4e980ae5ff7e13cfc15b3c0 /.gitignore | |
parent | db752b52e84227696af989c2ec1965020c03fac7 (diff) | |
download | yuzu-android-1f99d53e2c2c7e3f605ee6f57934b3316848c657.tar.gz yuzu-android-1f99d53e2c2c7e3f605ee6f57934b3316848c657.zip |
Add the .vs folder and the CMakeSettings.json file from Visual Studio to gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ec74b0fa4..7999a40e1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,12 +9,16 @@ src/common/scm_rev.cpp # Project/editor files *.swp .idea/ +.vs/ .vscode/ # *nix related # Common convention for backup or temporary files *~ +# Visual Studio CMake settings +CMakeSettings.json + # OSX global filetypes # Created by Finder or Spotlight in directories for various OS functionality (indexing, etc) .DS_Store |