diff options
author | Michael Ferris <mike.ferris@hotmail.com> | 2016-02-29 17:31:33 -0800 |
---|---|---|
committer | Michael Ferris <mike.ferris@hotmail.com> | 2016-03-02 17:50:42 -0800 |
commit | 5f54da1b9c475d81023e6f072f4d9ce1a9ffb1ae (patch) | |
tree | 72cfa26b9891aa48dca55462e6d000247b688a48 /.gitignore | |
parent | e7a2cce7b4077d38beeaf93f24ac84aa736bbd53 (diff) | |
download | wabt-5f54da1b9c475d81023e6f072f4d9ce1a9ffb1ae.tar.gz wabt-5f54da1b9c475d81023e6f072f4d9ce1a9ffb1ae.tar.bz2 wabt-5f54da1b9c475d81023e6f072f4d9ce1a9ffb1ae.zip |
Build on Windows
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,3 +2,10 @@ /out /third_party/v8/depot_tools /fuzz-out + +#Visual Studio Products +Debug +Release +*.VC.opendb +*.sdf +*.vcxproj.user |