diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-08 08:41:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-08 08:41:01 +0200 |
commit | 1135f674150e9486c91bc16e9fb09aa755591e25 (patch) | |
tree | cc8798f75c87c97da6b317b337cfb5fe89242022 /.gitignore | |
parent | 2dbfb23e8ada74da6d54e5398cd3071de6b10423 (diff) |
Initial build2 build support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,9 +1,13 @@ # Compiler/linker output. # +*.d *.o -*.o.d +*.obj *.so +*.dll *.a +*.lib + *.l *.l.cpp-options |