diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-01 16:46:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-01 16:46:03 +0200 |
commit | a133e7b03bd67c992cfb240bd300967ffab31ba2 (patch) | |
tree | 02c54f4c9b7f48aeb5230e230a4bb00bb1609c2c /.gitignore | |
parent | 2ae123ce8e8a874ada7e8c776abfc0742d862277 (diff) |
Setup build infra
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01994ef --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Compiler/linker output. +# +*.d +*.o +*.obj +*.so +*.dll +*.a +*.lib +*.exp +*.exe +*.exe.dlls/ +*.exe.manifest |