summaryrefslogtreecommitdiff
path: root/CLEAN
diff options
context:
space:
mode:
Diffstat (limited to 'CLEAN')
-rwxr-xr-xCLEAN3
1 files changed, 3 insertions, 0 deletions
diff --git a/CLEAN b/CLEAN
new file mode 100755
index 000000000..cbb5f2536
--- /dev/null
+++ b/CLEAN
@@ -0,0 +1,3 @@
+find . -type f -name "pootle*" -exec rm -f {} \;
+find . -type f -name "laconica.po.pending" -exec rm -f {} \;
+find . -type f -name "laconica.po.stats" -exec rm -f {} \;