Repository: incubator-impala Updated Branches: refs/heads/master 9b507b6ed -> c03044717
Remove vim plugin config file from .gitignore Files in be/ get wiped out by clean.sh if they're listed in .gitignore. It is easier to just configure this via a project-specific .vimrc file. Change-Id: I262f7a1ec8daace84a29518ba826c7c3b20fb9e9 Reviewed-on: http://gerrit.cloudera.org:8080/4854 Reviewed-by: Jim Apple <[email protected]> Tested-by: Tim Armstrong <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/08ef70be Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/08ef70be Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/08ef70be Branch: refs/heads/master Commit: 08ef70bebe972647a5e67ac622dc4ada74e4d3d9 Parents: 9b507b6 Author: Lars Volker <[email protected]> Authored: Wed Oct 26 14:44:43 2016 -0700 Committer: Tim Armstrong <[email protected]> Committed: Mon Oct 31 22:44:54 2016 +0000 ---------------------------------------------------------------------- .gitignore | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/08ef70be/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index e63f863..9d5d981 100644 --- a/.gitignore +++ b/.gitignore @@ -57,4 +57,3 @@ hs_err_pid*.log # Vim related files .*.swp .vimrc -be/.ycm_extra_conf.py
