You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2018/09/26 09:39:37 UTC

[bookkeeper] branch master updated: [BUILD] Ignore pid files

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e4f1d84  [BUILD] Ignore pid files
e4f1d84 is described below

commit e4f1d848714fddb86d5ebf9832a8605074e63ec4
Author: Sijie Guo <gu...@gmail.com>
AuthorDate: Wed Sep 26 02:39:32 2018 -0700

    [BUILD] Ignore pid files
    
    
    Descriptions of the changes in this PR:
    
    
    *Motivation*
    
    when running bookkeeper servers using `bin/bookkeeper-daemon`, `pid` files
    will be added in current directory.
    
    *Changes*
    
    Add `.pid` in `.gitignore`, so those pid files will be ignored.
    
    
    
    
    Author: Sijie Guo <gu...@gmail.com>
    Author: Qi Wang <42...@users.noreply.github.com>
    Author: Charan Reddy Guttapalem <re...@gmail.com>
    Author: Sijie Guo <si...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>, Jia Zhai <None>
    
    This closes #1706 from sijie/ignore_pid_files
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4865c98..dcdcb75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,6 @@ logs/
 
 # Data directory
 data/
+
+# Pid files
+**/*.pid