Author: centic
Date: Sun Jan 1 15:59:37 2023
New Revision: 1906324
URL: http://svn.apache.org/viewvc?rev=1906324&view=rev
Log:
Ignore compile module-info class-files
Now that they are not checked in any more.
Modified:
poi/trunk/.gitignore
Modified: poi/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/poi/trunk/.gitignore?rev=1906324&r1=1906323&r2=1906324&view=diff
==============================================================================
--- poi/trunk/.gitignore (original)
+++ poi/trunk/.gitignore Sun Jan 1 15:59:37 2023
@@ -37,3 +37,6 @@ TEST-org.apache.poi*.xml
/*/build/
dist
lib/
+
+# Compiled module-info class-files
+/poi*/src/*/java9/*.class
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]