/pidgin/main: 13e5ff40475c: Add an ignore for the test executables
Gary Kramlich
grim at reaperworld.com
Wed Mar 30 19:25:27 EDT 2016
Changeset: 13e5ff40475c3f75fada5916ff4b0265329807b6
Author: Gary Kramlich <grim at reaperworld.com>
Date: 2016-03-10 20:56 -0600
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/13e5ff40475c
Description:
Add an ignore for the test executables
diffstat:
.hgignore | 3 +++
libpurple/tests/.hgignore | 6 ++++++
2 files changed, 9 insertions(+), 0 deletions(-)
diffs (21 lines):
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -151,3 +151,6 @@ po/stamp-it
stamp-h1
test-driver
win32-install-dir(\.release)?
+
+subinclude:libpurple/tests/.hgignore
+
diff --git a/libpurple/tests/.hgignore b/libpurple/tests/.hgignore
new file mode 100644
--- /dev/null
+++ b/libpurple/tests/.hgignore
@@ -0,0 +1,6 @@
+syntax: regexp
+^test_md[45]$
+^test_sha(1|256)$
+^test_des3?$
+^test_hmac$
+
More information about the Commits
mailing list