You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2022/04/18 23:20:21 UTC

[trafficserver] branch 10-Dev updated: gitignore updates for JSONRPC generated files (#8795)

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

bneradt pushed a commit to branch 10-Dev
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/10-Dev by this push:
     new 2e10110b6 gitignore updates for JSONRPC generated files (#8795)
2e10110b6 is described below

commit 2e10110b658882f6fa6c876ca12b85a1600a1465
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Mon Apr 18 18:20:17 2022 -0500

    gitignore updates for JSONRPC generated files (#8795)
    
    This updates the repository's .gitignore file to ignore the JSONRPC
    traffic_ctl and the overridable_txn_vars.cc generated files.
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 3f9ff1250..3f4385c9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,6 +67,7 @@ src/traffic_cache_tool/traffic_cache_tool
 src/traffic_cop/traffic_cop
 src/traffic_crashlog/traffic_crashlog
 src/traffic_ctl/traffic_ctl
+src/traffic_ctl_jsonrpc/traffic_ctl
 src/traffic_layout/traffic_layout
 src/traffic_logcat/traffic_logcat
 src/traffic_logstats/traffic_logstats
@@ -155,6 +156,7 @@ plugins/esi/vars_test
 
 plugins/experimental/uri_signing/test_uri_signing
 
+mgmt2/rpc/overridable_txn_vars.cc
 mgmt/api/traffic_api_cli_remote
 mgmt/tools/traffic_mcast_snoop
 mgmt/tools/traffic_net_config