diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-18 13:01:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-18 13:01:12 +0200 |
commit | af50e2603fd0f877d0f96da1562b0deda0590b70 (patch) | |
tree | c81af5e2565aca994aaf37b0bf6694c50cb52eee /.gitignore | |
parent | d72ebf3ae3a638cefd8b11ae897eb491a19cac12 (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 |