Wed, 13 Jun 2012 19:32:35 -0400
Merge d58bb79313d0 to convert .hgignore
|
33041
d58bb79313d0
Migrate .mtn-ignore to .hgignore
Hg Conversion <devel@pidgin.im>
parents:
15440
diff
changeset
|
1 | syntax: regexp |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
2 | (.*/)?TAGS$ |
|
17764
f9186fabb483
Set up .mtnignore to ignore the svn directories.
Andreas Monitzer <am@adiumx.com>
parents:
17474
diff
changeset
|
3 | (.*/)?\.svn |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
4 | .*/?.*\.pc$ |
|
15456
bbbf6f405090
Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15440
diff
changeset
|
5 | .*/?Makefile(\.in)?$ |
|
22750
ffe7d370bab9
Ugly hackery to support INSTALL_PIXMAPS for the win32 build.
Daniel Atallah <datallah@pidgin.im>
parents:
21921
diff
changeset
|
6 | .*/?Makefile\.am\.mingw$ |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
7 | .*/perl/common/[^/]+\.c$ |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
8 | .*/perl/common/blib.* |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
9 | .*/perl/common/pm_to_blib$ |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
10 | .*\.bs$ |
|
17391
295a60226a56
Create .def files for easy msvc import library creation.
Daniel Atallah <datallah@pidgin.im>
parents:
16663
diff
changeset
|
11 | .*\.def$ |
|
15456
bbbf6f405090
Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15440
diff
changeset
|
12 | .*\.dll$ |
|
bbbf6f405090
Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15440
diff
changeset
|
13 | .*\.exe$ |
|
24961
e43b82704c59
Ignore .loT files. This is helpful to me because I have a wrapper script
Richard Laager <rlaager@pidgin.im>
parents:
24584
diff
changeset
|
14 | .*\.loT$ |
|
18667
ebbd675130b3
Patch from Jason Conti to enable `make -f Makefile.mingw docs` on the windows build. Fixes #1801.
Daniel Atallah <datallah@pidgin.im>
parents:
17474
diff
changeset
|
15 | Doxyfile(\.mingw)?$ |
|
31585
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
16 | VERSION$ |
|
31586
208702f41fcc
Ignore the .tx directory
Richard Laager <rlaager@pidgin.im>
parents:
31585
diff
changeset
|
17 | \.tx |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
18 | aclocal.m4 |
| 24563 | 19 | autogen.args |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
20 | compile |
|
17473
26d833d84c29
Add config.cache to .mtn-ignore.
Richard Laager <rlaager@pidgin.im>
parents:
17391
diff
changeset
|
21 | config.cache |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
22 | config.guess |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
23 | config.h$ |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
24 | config.h.in |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
25 | config.log |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
26 | config.status |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
27 | config.sub |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
28 | configure$ |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
29 | depcomp |
|
31585
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
30 | doc/finch.1$ |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
31 | doc/html |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
32 | doc/pidgin.1$ |
|
20219
62a09395042e
applied changes from 2495a1b6a3619d8188151eaf2822ce2ecd435dbf
Luke Schierer <lschiere@pidgin.im>
parents:
19895
diff
changeset
|
33 | finch/finch$ |
| 15898 | 34 | finch/libgnt/gntmarshal.c |
| 35 | finch/libgnt/gntmarshal.h | |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
36 | install-sh |
|
31585
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
37 | intltool-.* |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
38 | libpurple/dbus-bindings.c |
|
27951
b4f6bc181737
Add a few files to .mtn-ignore
Paul Aurich <darkrain42@pidgin.im>
parents:
27119
diff
changeset
|
39 | libpurple/dbus-signals.c |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
40 | libpurple/dbus-types.c |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
41 | libpurple/dbus-types.h |
|
16145
2a3d214b7fec
Updates to .mtn-ignore
Daniel Atallah <datallah@pidgin.im>
parents:
16109
diff
changeset
|
42 | libpurple/example/nullclient |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
43 | libpurple/gconf/purple.schemas$ |
|
27119
1f2847118c39
Ignore libpurple/marshallers.c and libpurple/marshallers.h.
Richard Laager <rlaager@pidgin.im>
parents:
24987
diff
changeset
|
44 | libpurple/marshallers.[ch] |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
45 | libpurple/plugins/dbus-example-bindings.c |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
46 | libpurple/plugins/perl/common/Makefile.PL$ |
|
24584
9665129c2a0f
applied changes from e09c51ab6473bf53c6dca408f13b863e1194108c
Richard Laager <rlaager@pidgin.im>
parents:
24563
diff
changeset
|
47 | libpurple/plugins/perl/common/Makefile.old |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
48 | libpurple/plugins/perl/common/const-c.inc |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
49 | libpurple/plugins/perl/common/const-xs.inc |
|
15456
bbbf6f405090
Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15440
diff
changeset
|
50 | libpurple/plugins/perl/common/lib |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
51 | libpurple/purple-client-bindings.c |
|
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
52 | libpurple/purple-client-bindings.h |
|
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
53 | libpurple/purple-client-example |
|
31585
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
54 | libpurple/purple.h$ |
|
16266
45e4a28c53ce
Update .mtn-ignore to properly deal with things produced by make check
Richard Laager <rlaager@pidgin.im>
parents:
16201
diff
changeset
|
55 | libpurple/tests/check_libpurple |
|
24278
f29179a60838
Add libpurple/tests/libpurple.. to the list of files to ignore. I don't
Richard Laager <rlaager@pidgin.im>
parents:
22750
diff
changeset
|
56 | libpurple/tests/libpurple.. |
|
17391
295a60226a56
Create .def files for easy msvc import library creation.
Daniel Atallah <datallah@pidgin.im>
parents:
16663
diff
changeset
|
57 | libpurple/version.h$ |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
58 | libpurple/win32/libpurplerc.rc$ |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
59 | libtool |
|
15517
c270a06133ae
Add support for win32 makefile variable overriding using a "local.mak" file in the build root directory. This makes maintaining a custom build environment or cross-compiling easier.
Daniel Atallah <datallah@pidgin.im>
parents:
15457
diff
changeset
|
60 | local.mak |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
61 | ltmain.sh |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
62 | missing |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
63 | mkinstalldirs |
|
31585
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
64 | package_revision.h |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
65 | package_revision_raw.txt |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
66 | pidgin-*.*.*-dbgsym$ |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
67 | pidgin-*.*.*-dbgsym.zip$ |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
68 | pidgin-*.*.*-win32-bin.zip$ |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
69 | pidgin-*.*.*-win32bin$ |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
70 | pidgin-.*.tar.bz2 |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
71 | pidgin-.*.tar.gz |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
72 | pidgin.apspec$ |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
73 | pidgin.desktop$ |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
74 | pidgin.spec$ |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
75 | pidgin/pidgin$ |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
76 | pidgin/pixmaps/emotes/default/24/theme |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
77 | pidgin/pixmaps/emotes/none/theme |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
78 | pidgin/pixmaps/emotes/small/16/theme |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
79 | pidgin/plugins/musicmessaging/music-messaging-bindings.c |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
80 | pidgin/plugins/perl/common/Makefile.PL$ |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
81 | pidgin/plugins/perl/common/Makefile.old |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
82 | pidgin/win32/nsis/gtk-runtime-*.*.*.*.zip |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
83 | pidgin/win32/nsis/gtk_runtime_stage$ |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
84 | pidgin/win32/nsis/langmacros.nsh |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
85 | pidgin/win32/nsis/nsis_translations.desktop |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
86 | pidgin/win32/nsis/pidgin-spellcheck-preselect.nsh |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
87 | pidgin/win32/nsis/pidgin-spellcheck.nsh |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
88 | pidgin/win32/nsis/pidgin-translations.nsh$ |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
89 | pidgin/win32/nsis/translations |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
90 | pidgin/win32/pidgin_dll_rc.rc$ |
|
b932ce2c3656
LC_ALL=C sort -o .mtn-ignore .mtn-ignore
Richard Laager <rlaager@pidgin.im>
parents:
30289
diff
changeset
|
91 | pidgin/win32/pidgin_exe_rc.rc$ |
| 15457 | 92 | po/Makefile.in.in |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
93 | po/POTFILES$ |
|
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
94 | po/missing |
|
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
95 | po/notexist |
|
16266
45e4a28c53ce
Update .mtn-ignore to properly deal with things produced by make check
Richard Laager <rlaager@pidgin.im>
parents:
16201
diff
changeset
|
96 | po/pidgin.pot |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
97 | po/stamp-it |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
98 | stamp-h1 |
|
15456
bbbf6f405090
Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15440
diff
changeset
|
99 | win32-install-dir(\.release)? |