diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-05 12:53:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-05 12:53:44 +0200 |
commit | ff5f2eca6da0c8ba309ee9fd39b48f0b14ddb977 (patch) | |
tree | a4e192e93fa59c30f939cdd2892a790229d1abe0 /msvc-common/.gitignore | |
parent | 0c9b579b9b1fd2142106cf94dd18c71f5f5438db (diff) |
Various fixes and cleanups
Diffstat (limited to 'msvc-common/.gitignore')
-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 |