You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by tm...@apache.org on 2019/02/12 04:06:56 UTC

[impala] 02/05: Additions to .gitignore

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

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

commit 29df1d55f668d18450b86428844308c0f536f374
Author: Paul Rogers <pr...@cloudera.com>
AuthorDate: Sun Feb 10 18:33:39 2019 -0800

    Additions to .gitignore
    
    Adds entries for Eclipse-created files and for a couple of temporary
    files commonly created during front-end debugging.
    
    Change-Id: Ia8ea436f5e108cc08389f43d639a4cb7315271c1
    Reviewed-on: http://gerrit.cloudera.org:8080/12430
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 .gitignore | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.gitignore b/.gitignore
index 5bd1ce6..704f03d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -85,3 +85,13 @@ gdb.txt
 
 # OS X Artifacts
 .DS_Store
+
+# Eclipse
+.cproject
+.project
+.classpath
+.settings
+
+# Debugging
+ad-hoc.test
+nohup.out