diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-14 12:21:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-14 12:21:54 +0200 |
commit | ffb9168aa83b8d61dd4af2d9516b14eb657ce08a (patch) | |
tree | 24692eb6816a5b7d6b27d3a83dc300692e6c5ef9 /.gitignore | |
parent | 2ce1b689c40e1fed002c960f1fbbee5058ed1627 (diff) |
Initial build2 build support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,9 +1,17 @@ # Compiler/linker output. # +*.d *.o -*.o.d +*.obj *.so +*.dll *.a +*.lib +*.exp +*.exe +*.exe.dlls/ +*.exe.manifest + *.l *.l.cpp-options |