You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2020/02/05 10:42:47 UTC

[avro] 02/03: AVRO-2675: Maintain .gitignore and rat exclusions (#750)

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

rskraba pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/avro.git

commit c62b16a16b027610987e56a1e97d41da3bd7c4de
Author: RyanSkraba <ry...@skraba.com>
AuthorDate: Tue Jan 14 16:24:21 2020 +0100

    AVRO-2675: Maintain .gitignore and rat exclusions (#750)
    
    * AVRO-2681: Maintain ignored files.
    
    * AVRO-2675: Update the RAT exclude list
    
    Co-authored-by: Kengo Seki <se...@apache.org>
---
 lang/c++/.gitignore | 1 +
 lang/py/.gitignore  | 9 +++++++++
 pom.xml             | 2 ++
 3 files changed, 12 insertions(+)

diff --git a/lang/c++/.gitignore b/lang/c++/.gitignore
index 4ac073b..21f4083 100644
--- a/lang/c++/.gitignore
+++ b/lang/c++/.gitignore
@@ -5,3 +5,4 @@ test.avro
 test6.df
 test8.df
 test9.df
+test_skip.df
diff --git a/lang/py/.gitignore b/lang/py/.gitignore
index ef29019..a689956 100644
--- a/lang/py/.gitignore
+++ b/lang/py/.gitignore
@@ -3,3 +3,12 @@
 build/
 lib/
 userlogs/
+avro/HandshakeRequest.avsc
+avro/HandshakeResponse.avsc
+avro/VERSION.txt
+avro/interop.avsc
+avro/tether/InputProtocol.avpr
+avro/tether/OutputProtocol.avpr
+avro/test/interop/
+.tox
+dist
diff --git a/pom.xml b/pom.xml
index 062632b..67b43aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,6 +356,7 @@
                 <exclude>.travis.yml</exclude>
                 <exclude>BUILD.md</exclude>
                 <exclude>lang/c/src/avro-c.pc.in</exclude>
+                <exclude>lang/csharp/**/bin/Debug/**/Avro.xml</exclude>
                 <exclude>lang/csharp/**/bin/Release/**/Avro.xml</exclude>
                 <exclude>lang/csharp/TestResult.xml</exclude>
                 <exclude>lang/csharp/src/apache/*/obj/**</exclude>
@@ -371,6 +372,7 @@
                 <exclude>lang/perl/inc/Module/Install.pm</exclude>
                 <exclude>lang/perl/inc/Module/Install/*.pm</exclude>
                 <exclude>lang/py/.eggs/**</exclude>
+                <exclude>lang/py/.tox/**</exclude>
                 <exclude>lang/py/build/**</exclude>
                 <exclude>lang/py/dist/**</exclude>
                 <exclude>lang/py/userlogs/**</exclude>