summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2014-11-16Add cscope.out and .d files to .gitignoreMike Bland
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>
2014-07-19test/testutil.c test registry functions.Mike Bland
These help standardize the structure of main() and result reporting. Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-07-14Add tags/TAGS; approved by tjhRich Salz
2013-06-13Ignore one-makefile stuff.Ben Laurie
2013-03-05Ignore mk1mf.pl output directories.Ben Laurie
2013-02-26Ignore MINFO.Ben Laurie
2013-01-19More .gitignore adjustments.Andy Polyakov
2013-01-19.gitignore adjustmentsAndy Polyakov
2013-01-06Add some missing files, make paths absolute.Ben Laurie
2013-01-06Initial .gitignoreDr. Stephen Henson