You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by dk...@apache.org on 2019/01/16 16:53:47 UTC

[avro] branch master updated: Ignore the generated csharp output directories for rat

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2084ca4  Ignore the generated csharp output directories for rat
2084ca4 is described below

commit 2084ca42ffd22b7827cc7e240cf249534b9f9d45
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Wed Jan 16 11:53:12 2019 -0500

    Ignore the generated csharp output directories for rat
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7fa4f36..a502982 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,7 +244,6 @@
                 <exclude>lang/java/archetypes/**</exclude>
                 <exclude>lang/java/**/target/**</exclude>
                 <exclude>lang/js/node_modules/**</exclude>
-                <exclude>lang/csharp/build/doc/html/**</exclude>
                 <exclude>lang/c++/doc/html/**</exclude>
                 <exclude>lang/c++/build/**</exclude>
                 <exclude>lang/perl/pm_to_blib</exclude>
@@ -264,6 +263,7 @@
                 <exclude>lang/java/tools/src/test/compiler/output-string/Position.java</exclude>
                 <exclude>lang/java/tools/src/test/compiler/output/Player.java</exclude>
                 <exclude>lang/java/tools/src/test/compiler/output/Position.java</exclude>
+                <exclude>lang/csharp/build/doc/html/**</exclude>
                 <exclude>lang/csharp/src/apache/ipc.test/GeneratedFiles/**/*.cs</exclude>
                 <exclude>lang/csharp/src/apache/perf/com/foo/*.cs</exclude>
                 <exclude>lang/csharp/src/apache/ipc/org/apache/avro/ipc/*.cs</exclude>
@@ -311,7 +311,7 @@
                 <exclude>lang/java/archetypes/avro-service-archetype/src/test/integration/projects/basic/goal.txt</exclude>
                 <exclude>lang/js/test/mocha.opts</exclude>
                 <exclude>lang/csharp/TestResult.xml</exclude>
-                <exclude>lang/csharp/src/apache/*/obj/**/*.csproj.FilesWrittenAbsolute.txt</exclude>
+                <exclude>lang/csharp/src/apache/*/obj/**</exclude>
                 <exclude>lang/js/coverage/**</exclude>
                 <!-- text documentation files -->
                 <exclude>CHANGES.txt</exclude>