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>
This commit is contained in:
Mike Bland 2014-06-08 20:27:20 -04:00 committed by Geoff Thorpe
parent f756f1fc83
commit bc095c3d3c

2
.gitignore vendored
View File

@ -84,3 +84,5 @@ Makefile.save
*.bak
tags
TAGS
cscope.out
*.d