diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-29 11:32:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-29 11:32:58 +0200 |
commit | c27ab3a52817ac9964c9d710676f927df1945079 (patch) | |
tree | e5c60a15e399e5bff185680b838ab614070b2282 | |
parent | 1ae3f97f48b44488a2f70441e86a67bec8ba1177 (diff) |
Add *.d to .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ *.o +*.d *.so *.a core |