diff options
author | Subv <subv2112@gmail.com> | 2017-09-30 18:07:57 +0200 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2017-09-30 18:07:57 +0200 |
commit | 1f99d53e2c2c7e3f605ee6f57934b3316848c657 (patch) | |
tree | 1cc85a390fc86189e4e980ae5ff7e13cfc15b3c0 | |
parent | Merge pull request #2967 from Subv/thread_wakeup_callbacks (diff) | |
download | yuzu-1f99d53e2c2c7e3f605ee6f57934b3316848c657.tar yuzu-1f99d53e2c2c7e3f605ee6f57934b3316848c657.tar.gz yuzu-1f99d53e2c2c7e3f605ee6f57934b3316848c657.tar.bz2 yuzu-1f99d53e2c2c7e3f605ee6f57934b3316848c657.tar.lz yuzu-1f99d53e2c2c7e3f605ee6f57934b3316848c657.tar.xz yuzu-1f99d53e2c2c7e3f605ee6f57934b3316848c657.tar.zst yuzu-1f99d53e2c2c7e3f605ee6f57934b3316848c657.zip |
-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 |