summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2015-03-16Do not keep TABLE in version control.Richard Levitte
TABLE was always a debugging tool, and permitted everyone to see the effect of changes in the string-format configs. The hash-format configs being much more readable, distributing TABLE becomes much less necessary. Being able to produce a TABLE is kept, however, as it still is a useful debugging tool for configs, what with multi-level inheritance and all. Reviewed-by: Andy Polyakov <appro@openssl.org>
2015-01-09Further windows specific .gitignore entriesMatt Caswell
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-09Update .gitignore with windows files to be excluded from gitMatt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
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