Author: bodewig
Date: Sun Sep 18 09:18:36 2016
New Revision: 1761311
URL: http://svn.apache.org/viewvc?rev=1761311&view=rev
Log:
exclude generated files from source dist
Modified:
logging/log4net/trunk/log4net.build
Modified: logging/log4net/trunk/log4net.build
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.build?rev=1761311&r1=1761310&r2=1761311&view=diff
==============================================================================
--- logging/log4net/trunk/log4net.build (original)
+++ logging/log4net/trunk/log4net.build Sun Sep 18 09:18:36 2016
@@ -1758,6 +1758,8 @@ limitations under the License.
<exclude name="**/*.vbproj.user" />
<exclude name="src/GeneratedAssemblyInfo.cs" />
+ <exclude name="netstandard/TestResult.xml"/>
+ <exclude name="netstandard/**/project.lock.json"/>
<exclude name="tests/doc/**" />
<exclude name="tests/lib/net/**" />
<exclude name="tests/lib/mono/**" />