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 <[email protected]> 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
