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