This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/master by this push:
new e3afc98 .rat-excludes: Removed non-existent files from
Configuration/Base. Added exclusions for obj, bin, svn-dev, and svn-release.
e3afc98 is described below
commit e3afc987f8673b0e69ad1a1c5f67051ad2097994
Author: Shad Storhaug <[email protected]>
AuthorDate: Tue Jul 21 17:42:43 2020 +0700
.rat-excludes: Removed non-existent files from Configuration/Base. Added
exclusions for obj, bin, svn-dev, and svn-release.
---
.rat-excludes | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.rat-excludes b/.rat-excludes
index 27cc7e4..11a82bf 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -7,6 +7,12 @@
# Exclude build assets
lib/*
+obj/*
+bin/*
+
+# Exclude SVN release folders
+svn-dev/*
+svn-release/*
# Exclude auto-generated designers
.*\.Designer\.cs
@@ -25,8 +31,6 @@ LimitedConcurrencyLevelTaskScheduler\.cs
Automaton/*
ConcurrentHashSet\.cs
NullableAttributes\.cs
-ConfigurationBuilder\.cs
-ConfigurationProvider\.cs
ConfigurationReloadToken\.cs
ConfigurationRoot\.cs
ConfigurationSection\.cs
\ No newline at end of file