From: Mike Bland Date: Mon, 9 Jun 2014 00:27:20 +0000 (-0400) Subject: Add cscope.out and .d files to .gitignore X-Git-Tag: master-post-reformat~303 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=bc095c3d3c7bec6c56d2b0dfb5c9571530c0547f 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 Signed-off-by: Geoff Thorpe Reviewed-by: Richard Levitte --- diff --git a/.gitignore b/.gitignore index b01c70cbf6..64287828ad 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,5 @@ Makefile.save *.bak tags TAGS +cscope.out +*.d