From bc095c3d3c7bec6c56d2b0dfb5c9571530c0547f Mon Sep 17 00:00:00 2001 From: Mike Bland Date: Sun, 8 Jun 2014 20:27:20 -0400 Subject: 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3