diff options
author | sr55 <[email protected]> | 2016-04-29 21:11:47 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2016-04-29 21:11:47 +0100 |
commit | c851af449ec95b3a39b40cf803bb41e317b73403 (patch) | |
tree | 1eb72b96f3f1c055e88a787cebc98c45c2ee6d11 /.gitignore | |
parent | 0d83d0eed2d26869c9f557639593c1a4d5ad4710 (diff) |
Update .gitignore with more ignored files for the windows build.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 442d197bf..be7502923 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ # Visual Studio win/CS/*/bin win/CS/*/obj -win/CS/*.suo +win/CS/**/*.suo win/CS/*.VC.opendb win/CS/*.VC.db +win/CS/**/*.Cache # Xcode user data xcuserdata |