diff options
author | ShizZy <shizzy@6bit.net> | 2013-09-05 03:02:07 +0200 |
---|---|---|
committer | ShizZy <shizzy@6bit.net> | 2013-09-05 03:02:07 +0200 |
commit | 3fc25f4801b7668345658fb6755ecd4bfdd182dc (patch) | |
tree | 024464d59b6804be9a0a6e8c16903cbbf0519576 /.gitignore | |
parent | added emu_window.h to define interface to drawing to a window (diff) | |
download | yuzu-3fc25f4801b7668345658fb6755ecd4bfdd182dc.tar yuzu-3fc25f4801b7668345658fb6755ecd4bfdd182dc.tar.gz yuzu-3fc25f4801b7668345658fb6755ecd4bfdd182dc.tar.bz2 yuzu-3fc25f4801b7668345658fb6755ecd4bfdd182dc.tar.lz yuzu-3fc25f4801b7668345658fb6755ecd4bfdd182dc.tar.xz yuzu-3fc25f4801b7668345658fb6755ecd4bfdd182dc.tar.zst yuzu-3fc25f4801b7668345658fb6755ecd4bfdd182dc.zip |
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 |