diff options
| author | 2017-09-30 11:07:57 -0500 | |
|---|---|---|
| committer | 2017-09-30 11:07:57 -0500 | |
| commit | 1f99d53e2c2c7e3f605ee6f57934b3316848c657 (patch) | |
| tree | 1cc85a390fc86189e4e980ae5ff7e13cfc15b3c0 /.gitignore | |
| parent | Merge pull request #2967 from Subv/thread_wakeup_callbacks (diff) | |
| download | yuzu-1f99d53e2c2c7e3f605ee6f57934b3316848c657.tar.gz yuzu-1f99d53e2c2c7e3f605ee6f57934b3316848c657.tar.xz yuzu-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 | |||
| 9 | # Project/editor files | 9 | # Project/editor files |
| 10 | *.swp | 10 | *.swp |
| 11 | .idea/ | 11 | .idea/ |
| 12 | .vs/ | ||
| 12 | .vscode/ | 13 | .vscode/ |
| 13 | 14 | ||
| 14 | # *nix related | 15 | # *nix related |
| 15 | # Common convention for backup or temporary files | 16 | # Common convention for backup or temporary files |
| 16 | *~ | 17 | *~ |
| 17 | 18 | ||
| 19 | # Visual Studio CMake settings | ||
| 20 | CMakeSettings.json | ||
| 21 | |||
| 18 | # OSX global filetypes | 22 | # OSX global filetypes |
| 19 | # Created by Finder or Spotlight in directories for various OS functionality (indexing, etc) | 23 | # Created by Finder or Spotlight in directories for various OS functionality (indexing, etc) |
| 20 | .DS_Store | 24 | .DS_Store |