diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-30 19:50:41 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-30 19:50:41 +0300 |
commit | 2adca26721d5e6c73f1bf75a2cb16fddce591dcc (patch) | |
tree | cabb2fa6025b7ff85df1229a7fb059fa3bedd6d0 /.gitignore | |
parent | 926050227af570ab57201de16e952b21dd9c0d34 (diff) |
Build infrastructure update
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,5 +1,13 @@ -*.o +# Compiler/linker output. +# *.d +*.o +*.obj *.so +*.dll *.a -core +*.lib +*.exp +*.exe +*.exe.dlls/ +*.exe.manifest |