Skip to content

Commit

Permalink
Add cscope.out and .d files to .gitignore
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Geoff Thorpe <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
  • Loading branch information
mbland authored and Geoff Thorpe committed Nov 16, 2014
1 parent f756f1f commit bc095c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ Makefile.save
*.bak
tags
TAGS
cscope.out
*.d

0 comments on commit bc095c3

Please sign in to comment.