Skip to content

Commit

Permalink
[FLINK-10608][avro] Add exclusion for generated avro files
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Oct 19, 2018
1 parent 2d3af5e commit 657fa5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,7 @@ under the License.
<exclude>**/.idea/**</exclude>
<!-- Generated code via Avro -->
<exclude>flink-end-to-end-tests/flink-confluent-schema-registry/src/main/java/example/avro/**</exclude>
<exclude>flink-end-to-end-tests/flink-datastream-allround-test/src/main/java/org/apache/flink/streaming/tests/avro/**</exclude>
<!-- Files generated by jepsen tests -->
<exclude>flink-jepsen/store/**</exclude>
<exclude>flink-jepsen/docker/id_rsa*</exclude>
Expand Down

0 comments on commit 657fa5c

Please sign in to comment.