diff options
author | Brent Cook <busterb@gmail.com> | 2019-01-20 23:39:15 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-01-20 23:39:15 -0600 |
commit | 0ec8c536b9615c4fb1ca5683065cc319df74c22a (patch) | |
tree | 1129cfd3b333d2566467510152a65828cedd067c /.gitignore | |
parent | cc08f8eae062d9f92996e7a6ac777b85a4220c87 (diff) | |
download | portable-0ec8c536b9615c4fb1ca5683065cc319df74c22a.tar.gz portable-0ec8c536b9615c4fb1ca5683065cc319df74c22a.tar.bz2 portable-0ec8c536b9615c4fb1ca5683065cc319df74c22a.zip |
update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -79,6 +79,11 @@ tests/compat/*.c | |||
79 | tests/x509name* | 79 | tests/x509name* |
80 | !tests/optionstest.c | 80 | !tests/optionstest.c |
81 | !tests/*.test | 81 | !tests/*.test |
82 | tests/client.c | ||
83 | tests/init_pledge.c | ||
84 | tests/server.c | ||
85 | tests/util.c | ||
86 | tests/valid_handshakes_terminate.c | ||
82 | 87 | ||
83 | # ctags stuff | 88 | # ctags stuff |
84 | TAGS | 89 | TAGS |