diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-15 21:00:49 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-15 21:00:49 +0300 |
commit | fb65c93daaf369157bd712f2c4c20161c4840b94 (patch) | |
tree | 46c0cf353a34fc5d292d4eaec0d6b33b881d66a7 /.gitignore |
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c3de2e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +.bdep/ + +# Compiler/linker output. +# +*.d +*.t +*.i +*.ii +*.o +*.obj +*.so +*.dll +*.a +*.lib +*.exp +*.pdb +*.ilk +*.exe +*.exe.dlls/ +*.exe.manifest +*.pc |