diff options
Diffstat (limited to 'msvc-common')
-rw-r--r-- | msvc-common/.gitignore | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/msvc-common/.gitignore b/msvc-common/.gitignore index fd4e537..b2667c9 100644 --- a/msvc-common/.gitignore +++ b/msvc-common/.gitignore @@ -1,7 +1,22 @@ # Compiler/linker output. # -msvc-filter *.d +*.t +*.i *.ii *.o +*.obj +*.so +*.dll +*.a +*.lib +*.exp +*.pdb +*.ilk +*.exe +*.exe.dlls/ +*.exe.manifest +*.pc + +msvc-filter version.hxx |