diff options
author | Mike Bland <mbland@acm.org> | 2014-06-09 02:27:20 +0200 |
---|---|---|
committer | Geoff Thorpe <geoff@openssl.org> | 2014-11-16 22:41:40 +0100 |
commit | bc095c3d3c7bec6c56d2b0dfb5c9571530c0547f (patch) | |
tree | 1cbb9ff08ca992f2cd7b42f355787fd294869067 /.gitignore | |
parent | Additional output for ssltest. (diff) | |
download | openssl-bc095c3d3c7bec6c56d2b0dfb5c9571530c0547f.tar.xz openssl-bc095c3d3c7bec6c56d2b0dfb5c9571530c0547f.zip |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |