Add vim-specific files to .gitignore Change-Id: I1abcd8ca0e18178684c916ef6f7d55c25c0814a4 Reviewed-on: http://gerrit.cloudera.org:8080/4562 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Internal Jenkins
Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/e6593378 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/e6593378 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/e6593378 Branch: refs/heads/master Commit: e6593378716138583328f64afb27f926223aad5e Parents: 8a08850 Author: Lars Volker <[email protected]> Authored: Thu Sep 29 17:21:24 2016 +0200 Committer: Internal Jenkins <[email protected]> Committed: Tue Oct 4 18:49:50 2016 +0000 ---------------------------------------------------------------------- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/e6593378/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 68a43cb..4a7f11a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ *~ *.pyc -.*.swp derby.log thirdparty compile_commands.json @@ -54,4 +53,9 @@ core.* hs_err_pid*.log # Binaries disallowed by ASF rules -*.jar \ No newline at end of file +*.jar + +# Vim related files +.*.swp +.vimrc +be/.ycm_extra_conf.py
