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 <guosi...@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 <guosi...@gmail.com>
    Author: Qi Wang <42832902+codingwan...@users.noreply.github.com>
    Author: Charan Reddy Guttapalem <reddychara...@gmail.com>
    Author: Sijie Guo <si...@apache.org>
    
    Reviewers: Enrico Olivelli <eolive...@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

Reply via email to