diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-29 11:32:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-29 11:32:04 +0200 |
commit | fccc41f63b78202d29f3f13b557166b931b4b520 (patch) | |
tree | 5c39328ea47e54616e0d7c1e27d07badba799dad | |
parent | aaf6eccb872e925c47b1ee2d9d1e3c384f6d18d8 (diff) |
Add *.d to .gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1 +1,4 @@ +*.o +*.d + hello |