Add cscope.out and .d files to .gitignore
authorMike Bland <mbland@acm.org>
Mon, 9 Jun 2014 00:27:20 +0000 (20:27 -0400)
committerGeoff Thorpe <geoff@openssl.org>
Sun, 16 Nov 2014 21:41:40 +0000 (16:41 -0500)
commitbc095c3d3c7bec6c56d2b0dfb5c9571530c0547f
tree1cbb9ff08ca992f2cd7b42f355787fd294869067
parentf756f1fc83fc195a6dbd5372845c4d67566dc5b9
Add cscope.out and .d files to .gitignore

cscope.out is generated by cscope as described in:
http://wiki.openssl.org/index.php/Testing_and_Development_Tools_and_Tips

.d files are compiler-generated Makefile dependency files (e.g. using
'gcc -MMD -MP foo.c').

Change-Id: I2338858a6b6ee0527837d10a8b55cff1689023fd
Signed-off-by: Mike Bland <mbland@acm.org>
Signed-off-by: Geoff Thorpe <geoff@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
.gitignore