diff options
author | James Rowe <jroweboy@gmail.com> | 2017-09-30 10:11:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-30 10:11:53 -0600 |
commit | 8244762b8971309cedc1aca90c878b4b119184e8 (patch) | |
tree | 31ce7e466c0e637cda52845d05d6f4e950dc4a89 | |
parent | 7056b9c46ac0265c4daff1d4908e6f6f78553ceb (diff) | |
parent | 1f99d53e2c2c7e3f605ee6f57934b3316848c657 (diff) |
Merge pull request #2972 from Subv/ignore_.vs
Add the .vs folder and the CMakeSettings.json file from Visual Studio 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 |