From 07f926d903581d863a35f5ab34929cd53a26023c Mon Sep 17 00:00:00 2001
From: Steve Loughran
Date: Thu, 28 Feb 2002 18:45:15 +0000
Subject: [PATCH] explain why you cant delete *~ so easily
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271609 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/delete.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/manual/CoreTasks/delete.html b/docs/manual/CoreTasks/delete.html
index a1a84a34b..5194d2390 100644
--- a/docs/manual/CoreTasks/delete.html
+++ b/docs/manual/CoreTasks/delete.html
@@ -16,6 +16,12 @@ When specifying a set of files, empty directories are not removed by
default.
To remove empty directories, use the includeEmptyDirs
attribute.
+
+If you use this task to delete temporary files created by editors and it doesnt
+seem to work, read up on the
+default exclusion set then at the option
+down below to disable this feature.
+
Parameters