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:26:58 UTC

[zookeeper] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


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

commit 87e93b7922191f838f064abe7af3592408d83282
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
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index ddeb838..e5a12df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,6 +61,7 @@ tmp/**/*
 .gradle
 *.patch
 *.swp
+.ant-targets-build.xml
 
 # C
 tags