You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/10/16 13:24:33 UTC

[flink] branch release-1.8 updated: [FLINK-13991][git] Exclude files from 1.9+ features

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

chesnay pushed a commit to branch release-1.8
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.8 by this push:
     new 315c1cd  [FLINK-13991][git] Exclude files from 1.9+ features
315c1cd is described below

commit 315c1cdef9b44aa25eb353bdac2174009b0305ab
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed Oct 16 15:23:57 2019 +0200

    [FLINK-13991][git] Exclude files from 1.9+ features
    
    Adds artifacts from various 1.9+ features to .gitignore to ease switching branches.
    Does unfortunately not cover compiled files from the new WebUI since they reside in the same directory as the old one.
---
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index 20749c2..50b744e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,9 +19,13 @@ tmp
 build-target
 flink-end-to-end-tests/flink-datastream-allround-test/src/main/java/org/apache/flink/streaming/tests/avro/
 flink-formats/flink-avro/src/test/java/org/apache/flink/formats/avro/generated/
+flink-formats/flink-parquet/src/test/java/org/apache/flink/formats/parquet/generated/
 flink-runtime-web/web-dashboard/assets/fonts/
+flink-runtime-web/web-dashboard/node/
 flink-runtime-web/web-dashboard/node_modules/
 flink-runtime-web/web-dashboard/bower_components/
+flink-runtime-web/web-dashboard/web/old-version/
+flink-python/apache_flink.egg-info/
 atlassian-ide-plugin.xml
 out/
 /docs/api
@@ -36,3 +40,4 @@ out/
 tools/flink
 tools/flink-*
 tools/releasing/release
+tools/japicmp-output