/pidgin/main: a5a5365dbaa5: Add some missing .hgignore values ne...

Daniel Atallah datallah at pidgin.im
Thu Jun 14 16:50:31 EDT 2012


Changeset: a5a5365dbaa5bce06730022e9858dfb76bcd58f4
Author:	 Daniel Atallah <datallah at pidgin.im>
Date:	 2012-06-14 21:48 +0100
Branch:	 release-2.x.y
URL: http://hg.pidgin.im/pidgin/main/rev/a5a5365dbaa5

Description:

Add some missing .hgignore values needed on windows

diffstat:

 .hgignore |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (23 lines):

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -9,9 +9,10 @@
 .*/perl/common/pm_to_blib$
 .*\.bs$
 .*\.def$
-.*\.dll$
+.*\.dll(\.a)?$
 .*\.exe$
 .*\.loT$
+.*\.o$
 Doxyfile(\.mingw)?$
 VERSION$
 aclocal.m4
@@ -90,6 +91,7 @@
 pidgin/win32/pidgin_exe_rc.rc$
 po/Makefile.in.in
 po/POTFILES$
+po/.*\.gmo
 po/missing
 po/notexist
 po/pidgin.pot



More information about the Commits mailing list