summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-03-16 22:36:19 +0100
committerRichard Levitte <levitte@openssl.org>2015-03-16 22:56:43 +0100
commite3c159648d19e0396b23dba02b85be2bf12ce24c (patch)
tree200a5acb1604203eebad6800e97fe08ec4409dc3 /.gitignore
parenta5250ec02f4d8b27d786c415ae882801972bfccd (diff)
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4a624e819d..2f27dc66c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@
/Makefile.bak
/Makefile
/MINFO
+/TABLE
/*.a
/include
/*.pc