summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar James Rowe2017-09-30 10:11:53 -0600
committerGravatar GitHub2017-09-30 10:11:53 -0600
commit8244762b8971309cedc1aca90c878b4b119184e8 (patch)
tree31ce7e466c0e637cda52845d05d6f4e950dc4a89
parentMerge pull request #2946 from Subv/home_menu_apt (diff)
parentAdd the .vs folder and the CMakeSettings.json file from Visual Studio to giti... (diff)
downloadyuzu-8244762b8971309cedc1aca90c878b4b119184e8.tar.gz
yuzu-8244762b8971309cedc1aca90c878b4b119184e8.tar.xz
yuzu-8244762b8971309cedc1aca90c878b4b119184e8.zip
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--.gitignore4
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
20CMakeSettings.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