Browse Source

Add the .vs folder and the CMakeSettings.json file from Visual Studio to gitignore.

nce_cpp
Subv 8 years ago
parent
commit
4c82746e83
  1. 4
      .gitignore

4
.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

Loading…
Cancel
Save