Commit bc095c3d authored by Mike Bland's avatar Mike Bland Committed by Geoff Thorpe
Browse files

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: default avatarMike Bland <mbland@acm.org>
Signed-off-by: default avatarGeoff Thorpe <geoff@openssl.org>
Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent f756f1fc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -84,3 +84,5 @@ Makefile.save
*.bak
tags
TAGS
cscope.out
*.d