diff options
author | ShizZy <[email protected]> | 2013-09-04 21:02:07 -0400 |
---|---|---|
committer | ShizZy <[email protected]> | 2013-09-04 21:02:07 -0400 |
commit | 3fc25f4801b7668345658fb6755ecd4bfdd182dc (patch) | |
tree | 024464d59b6804be9a0a6e8c16903cbbf0519576 /.gitignore | |
parent | 4ca6d6452e3684c2d232ed00389379b28cb0a0c9 (diff) | |
download | yuzu-mainline-3fc25f4801b7668345658fb6755ecd4bfdd182dc.tar.gz yuzu-mainline-3fc25f4801b7668345658fb6755ecd4bfdd182dc.zip |
updated .gitignore to include temporary files created by MSVS
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 620d3dc8a..6de2c2720 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,9 @@ *.lai *.la *.a + +# MSVS temporary files +*.suo +*.user +*.sdf +*.opensdf |