/pidgin/main: aabfa3e0d19e: Update list of ignored files.

Elliott Sales de Andrade qulogic at pidgin.im
Sun Jul 8 18:28:10 EDT 2012


Changeset: aabfa3e0d19ef57e854fe7e90a00c06f6b3fdf5d
Author:	 Elliott Sales de Andrade <qulogic at pidgin.im>
Date:	 2012-06-14 18:31 -0400
Branch:	 release-2.x.y
URL: http://hg.pidgin.im/pidgin/main/rev/aabfa3e0d19e

Description:

Update list of ignored files.

Monotone apparently ignores quite a few files by default, that
Mercurial does not.

diffstat:

 .hgignore |  17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diffs (43 lines):

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -7,16 +7,30 @@
 .*/perl/common/[^/]+\.c$
 .*/perl/common/blib.*
 .*/perl/common/pm_to_blib$
+.*~$
+.*\.a$
+.*\.bak$
 .*\.bs$
 .*\.def$
-.*\.dll(\.a)?$
+\.deps
+.*\.dll$
 .*\.exe$
+.*\.g?mo$
+.*\.la$
+\.libs
+.*\.lo$
 .*\.loT$
 .*\.o$
+.*\.orig$
+.*\.pyc$
+.*\.pyo$
+.*\.rej$
+.*\.so$
 Doxyfile(\.mingw)?$
 VERSION$
 aclocal.m4
 autogen.args
+autom4te.*\.cache
 compile
 config.cache
 config.guess
@@ -91,7 +105,6 @@
 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