Do not keep TABLE in version control.

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>
This commit is contained in:
Richard Levitte
2015-03-16 22:36:19 +01:00
parent a5250ec02f
commit e3c159648d
2 changed files with 40 additions and 533 deletions

1
.gitignore vendored
View File

@@ -12,6 +12,7 @@
/Makefile.bak
/Makefile
/MINFO
/TABLE
/*.a
/include
/*.pc