diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-19 18:26:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-19 18:26:34 +0300 |
commit | 60b5be3c72aaa4df1936b62ed4704b3d5abd2247 (patch) | |
tree | dedf4c56e6209bb58671a1f0b2a2cc10f4f7d31d /.gitignore | |
parent | 86f4323dcc2b0145f6ff661bcf572ea2038af3d0 (diff) |
Move project into intermediate sub-directory
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 878cf3c..0000000 --- a/.gitignore +++ /dev/null @@ -1,16 +0,0 @@ -# Compiler/linker output. -# -*.d -*.ii -*.o -*.obj -*.so -*.dll -*.a -*.lib -*.exp -*.exe -*.exe.dlls/ -*.exe.manifest - -hello |