You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2020/01/17 22:19:28 UTC

[impala] 01/02: Update .gitignore with VSCode artifacts

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

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

commit dbc69e9caeca49817937ae0c8d9e45e39f293c30
Author: Zoltan Borok-Nagy <bo...@cloudera.com>
AuthorDate: Fri Jan 17 13:28:10 2020 +0100

    Update .gitignore with VSCode artifacts
    
    Added .vscode/ directory to .gitignore.
    
    Change-Id: Ifc4083787b132f6455023c9b2f52a82a1b8626a7
    Reviewed-on: http://gerrit.cloudera.org:8080/15061
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index b208652..d98de44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -98,6 +98,9 @@ gdb.txt
 eclipse-classes/
 .pydevproject
 
+# Visual Studio Code artifacts
+.vscode/
+
 # Debugging
 ad-hoc.test
 nohup.out