You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2016/06/22 21:40:27 UTC

[trafficserver] 07/14: TS-4560: Add generated shared_ptr.h to gitignore.

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

sorber pushed a commit to branch 6.2.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit 8451d51b3e8295cfd3b637611d6fdca26eda9069
Author: James Peach <jp...@apache.org>
AuthorDate: Tue Jun 21 09:02:55 2016 -0700

    TS-4560: Add generated shared_ptr.h to gitignore.
    
    (cherry picked from commit 647469508a73713cda83e02142df005fb5f68810)
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index af55f7b..c3d024a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -140,9 +140,10 @@ GTAGS
 ETAGS
 CTAGS
 
+lib/atscppapi/src/include/atscppapi/shared_ptr.h
 lib/tsconfig/TsConfigGrammar.hpp
-lib/tsconfig/test-tsconfig
 lib/tsconfig/TsConfigSyntax.c
+lib/tsconfig/test-tsconfig
 
 tools/http_load/http_load
 tools/jtest/jtest

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.