diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-18 13:02:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-18 13:02:02 +0200 |
commit | 2364f5cb43fa7c14f95304c432b6e215e158c224 (patch) | |
tree | 23fba2b96e71cc436035219cb1c03df6fa064eca /.gitignore | |
parent | ff450b1336c1fc741693d51ed16754311aaa1783 (diff) |
Add support for building with build2
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,9 +1,25 @@ +.bdep/ + # Compiler/linker output. # +*.d +*.t +*.i +*.ii *.o -*.o.d +*.obj *.so +*.dll *.a +*.lib +*.exp +*.pdb +*.ilk +*.exe +*.exe.dlls/ +*.exe.manifest +*.pc + *.l *.l.cpp-options |