You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2019/04/02 18:21:00 UTC

[incubator-pinot] branch master updated: skip .swp files for vim users (#4052)

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

jlli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new dad8773  skip .swp files for vim users (#4052)
dad8773 is described below

commit dad8773ff9d3b445872d720eb6e9f663cc5ce3ee
Author: Kate Wang <ka...@gmail.com>
AuthorDate: Tue Apr 2 11:20:56 2019 -0700

    skip .swp files for vim users (#4052)
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 205d401..be407e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ pinot-dashboard/pinotui.egg-info
 docs/_build
 *.ipr
 *.iws
+.*.swp


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org