From c1fc8d28fb3f083bda0529deb8efd62447071bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=F8=EDk?= Date: Sun, 1 Sep 2013 14:32:33 +0200 Subject: [PATCH] Delphi temp sufffix added to hgignore --- .hgignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index 2603b9210..310ac1601 100644 --- a/.hgignore +++ b/.hgignore @@ -12,4 +12,5 @@ ^trunk/coverage$ ^trunk/dist$ ^trunk/build_exe\.xml$ -^trunk/libsrc/jsyntaxpane/jsyntaxpane/src/target$ \ No newline at end of file +^trunk/libsrc/jsyntaxpane/jsyntaxpane/src/target$ +\.~.*$ \ No newline at end of file