This is an automated email from the ASF dual-hosted git repository.

masaori pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new ede4df1  Ignore check programs
ede4df1 is described below

commit ede4df1d9f53ce650984a2de98a99a24366a57e3
Author: Masaori Koshiba <[email protected]>
AuthorDate: Tue Mar 19 08:32:51 2019 +0900

    Ignore check programs
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 0aeedac..0c7f285 100644
--- a/.gitignore
+++ b/.gitignore
@@ -99,6 +99,7 @@ iocore/eventsystem/test_MIOBufferWriter
 iocore/hostdb/test_RefCountCache
 
 proxy/hdrs/test_mime
+proxy/hdrs/test_proxy_hdrs
 proxy/http/test_proxy_http
 proxy/http2/test_Huffmancode
 proxy/http2/test_Http2DependencyTree
@@ -108,6 +109,7 @@ proxy/logging/test_LogUtils
 proxy/logging/test_LogUtils2
 
 plugins/header_rewrite/header_rewrite_test
+plugins/experimental/cookie_remap/test_cookiejar
 plugins/experimental/esi/*_test
 plugins/experimental/slice/test_*
 plugins/experimental/sslheaders/test_sslheaders

Reply via email to