You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ph...@apache.org on 2019/03/06 02:28:19 UTC

[zookeeper] branch branch-3.4 updated: Add .ant-targets-build.xml to the ignore list - ant generates this automatically when using bash completion.

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

phunt pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new 7ca4201  Add .ant-targets-build.xml to the ignore list - ant generates this automatically when using bash completion.
7ca4201 is described below

commit 7ca42018f04c86cf816dfed4b8d1db85a33b2896
Author: Patrick Hunt <ph...@apache.org>
AuthorDate: Tue Mar 5 18:23:38 2019 -0800

    Add .ant-targets-build.xml to the ignore list - ant generates this automatically when using bash completion.
    
    Change-Id: I11ef3fd6d297c61dcc6108170fda04c5282f23fc
    (cherry picked from commit 87e93b7922191f838f064abe7af3592408d83282)
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 8d8ddc9..e38b949 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,6 +57,7 @@ tmp/**/*
 .gradle
 *.patch
 *.swp
+.ant-targets-build.xml
 
 # C
 tags