diff options
author | ShizZy <[email protected]> | 2013-09-04 23:01:55 -0400 |
---|---|---|
committer | ShizZy <[email protected]> | 2013-09-04 23:01:55 -0400 |
commit | a7ab25441c53ba7cc9357f222fd68c50e5b0f1d5 (patch) | |
tree | 23ebc266378612a3f1bdf80e0617e1aa0dd2eb3c /.gitignore | |
parent | b5c78f8a20b57331c7bb5dc14d18d018c52e6ad9 (diff) | |
download | yuzu-android-a7ab25441c53ba7cc9357f222fd68c50e5b0f1d5.tar.gz yuzu-android-a7ab25441c53ba7cc9357f222fd68c50e5b0f1d5.zip |
added ipch/ folder (MSVS generated) to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 47663101d..f88dad0a2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ *.a # MSVS generated files +ipch/ *.suo *.user *.sdf |