diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-01 15:50:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-01 15:50:06 +0200 |
commit | 4a8abe48fe17615344f4dbc6362f11980601745d (patch) | |
tree | 77d4a6eacc3d24e8d9ea7028cda9e88ca2e6c169 /.gitignore |
Start bdep project
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1943e34 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Compiler/linker output. +# +*.d +*.ii +*.o +*.obj +*.so +*.dll +*.a +*.lib +*.exp +*.exe +*.exe.dlls/ +*.exe.manifest +*.pc + +# Generated version. +# +version |