You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by nk...@apache.org on 2020/06/08 12:53:00 UTC

[flink-training] 01/02: [hotfix][training] git-ignore eclipse build files

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

nkruber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-training.git

commit b7fecd43861cbb7ef15c55f5887cc121f4b18acc
Author: Nico Kruber <ni...@ververica.com>
AuthorDate: Mon Jun 8 12:33:37 2020 +0200

    [hotfix][training] git-ignore eclipse build files
---
 .gitignore | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index ba34970..d47fbf8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,9 +10,15 @@
 # Debugger
 .attach_*
 
+# Eclipse
+.project
+.settings
+.classpath
+bin/
+
 # Gradle build process files
-**/.gradle/**/*
-**/build/**/*
+/.gradle/
+build/
 **/.gradletasknamecache
 
 # IntelliJ