diff options
author | ShizZy <shizzy@6bit.net> | 2013-09-05 04:12:40 +0200 |
---|---|---|
committer | ShizZy <shizzy@6bit.net> | 2013-09-05 04:12:40 +0200 |
commit | 3bdd0effe1d67613c40898aa1efb6da643477b0a (patch) | |
tree | 5a7b511a505f5be4c14f451d985cc249d3f53a47 /.gitignore | |
parent | added missing files (diff) | |
download | yuzu-3bdd0effe1d67613c40898aa1efb6da643477b0a.tar yuzu-3bdd0effe1d67613c40898aa1efb6da643477b0a.tar.gz yuzu-3bdd0effe1d67613c40898aa1efb6da643477b0a.tar.bz2 yuzu-3bdd0effe1d67613c40898aa1efb6da643477b0a.tar.lz yuzu-3bdd0effe1d67613c40898aa1efb6da643477b0a.tar.xz yuzu-3bdd0effe1d67613c40898aa1efb6da643477b0a.tar.zst yuzu-3bdd0effe1d67613c40898aa1efb6da643477b0a.zip |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 4483444a8..47663101d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,11 +12,12 @@ *.la *.a -# MSVS temporary files +# MSVS generated files *.suo *.user *.sdf *.opensdf -# Build temporary files +# Build generated files build/ +bin/ |