Author: centic
Date: Sun Mar 28 19:55:00 2021
New Revision: 1888140
URL: http://svn.apache.org/viewvc?rev=1888140&view=rev
Log:
Ignore new "build" and "out" directories
Modified:
poi/trunk/.gitignore
Modified: poi/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/poi/trunk/.gitignore?rev=1888140&r1=1888139&r2=1888140&view=diff
==============================================================================
--- poi/trunk/.gitignore (original)
+++ poi/trunk/.gitignore Sun Mar 28 19:55:00 2021
@@ -33,6 +33,7 @@ sonar/*/target
# IntelliJ
/out/
+/*/out/
.idea
*.iml
*.iws
@@ -43,6 +44,7 @@ sonar/*/target
# Ant
.ant-targets-build.xml
-build
+/build/
+/*/build/
dist
lib/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]