diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7fdb1128e..a6481f2d6 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,11 @@ cmake_install.cmake test/wasm-binaries-*.tbz2 test/wasm-torture-s-*.tbz2 test/wasm-install/ + +.vs/ +*.vcxproj* +*.dir/ +*.sln +bin/ +lib/ +Win32/ |