Skip to content
Snippets Groups Projects
Commit 4f8645a4 authored by brutzman's avatar brutzman
Browse files

more thorough clean, exclude build.xml itself

parent 9a2f6718
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,13 @@
<fileset dir="." includes="**/*.pdf.SAVEME"/>
<fileset dir="." includes="**/*.pdf"/>
<fileset dir="." includes="**/*.doc"/>
<fileset dir="." includes="**/*.xml">
<exclude name="**/build.xml"/>
</fileset>
<fileset dir="." includes="**/*.xsd"/>
<fileset dir="." includes="**/*.xsl"/>
<fileset dir="SISO-REF-010-v24"/>
<fileset dir="." includes="SISO-REF-010-v24/*"/>
<fileset dir="." includes="SISO-REF-010-2019 Enumerations v26_files/*"/>
</delete>
</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment