Wed, 13 Jun 2012 19:28:36 -0400
Update version-check task to work with hg
|
17764
f9186fabb483
Set up .mtnignore to ignore the svn directories.
Andreas Monitzer <am@adiumx.com>
parents:
17474
diff
changeset
|
1 | (.*/)?\.svn |
|
15456
bbbf6f405090
Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15440
diff
changeset
|
2 | .*/?Makefile(\.in)?$ |
|
22750
ffe7d370bab9
Ugly hackery to support INSTALL_PIXMAPS for the win32 build.
Daniel Atallah <datallah@pidgin.im>
parents:
21921
diff
changeset
|
3 | .*/?Makefile\.am\.mingw$ |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
4 | (.*/)?TAGS$ |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
5 | .*/?.*\.pc$ |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
6 | .*/perl/common/[^/]+\.c$ |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
7 | .*/perl/common/blib.* |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
8 | .*/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
|
9 | .*\.bs$ |
|
17391
295a60226a56
Create .def files for easy msvc import library creation.
Daniel Atallah <datallah@pidgin.im>
parents:
16663
diff
changeset
|
10 | .*\.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
|
11 | .*\.dll$ |
|
bbbf6f405090
Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
15440
diff
changeset
|
12 | .*\.exe$ |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
13 | intltool-.* |
|
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
|
14 | Doxyfile(\.mingw)?$ |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
15 | aclocal.m4 |
| 24563 | 16 | autogen.args |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
17 | compile |
|
17473
26d833d84c29
Add config.cache to .mtn-ignore.
Richard Laager <rlaager@pidgin.im>
parents:
17391
diff
changeset
|
18 | config.cache |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
19 | config.guess |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
20 | config.h$ |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
21 | config.h.in |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
22 | config.log |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
23 | config.status |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
24 | config.sub |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
25 | configure$ |
|
20219
62a09395042e
applied changes from 2495a1b6a3619d8188151eaf2822ce2ecd435dbf
Luke Schierer <lschiere@pidgin.im>
parents:
19895
diff
changeset
|
26 | finch/finch$ |
| 15898 | 27 | finch/libgnt/gntmarshal.c |
| 28 | 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
|
29 | depcomp |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
30 | doc/finch.1$ |
|
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
31 | doc/pidgin.1$ |
|
16109
b94e42e899c8
Update doxygen to generate stuff that works in Trac
Daniel Atallah <datallah@pidgin.im>
parents:
15898
diff
changeset
|
32 | doc/html |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
33 | pidgin.apspec$ |
|
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
34 | pidgin.desktop$ |
|
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
35 | pidgin.spec$ |
|
16145
2a3d214b7fec
Updates to .mtn-ignore
Daniel Atallah <datallah@pidgin.im>
parents:
16109
diff
changeset
|
36 | pidgin-.*.tar.gz |
| 16170 | 37 | pidgin-.*.tar.bz2 |
|
21921
4b612cadf3a4
Ignore stripped win32 bin directory.
Daniel Atallah <datallah@pidgin.im>
parents:
21742
diff
changeset
|
38 | pidgin-*.*.*-win32bin$ |
|
17391
295a60226a56
Create .def files for easy msvc import library creation.
Daniel Atallah <datallah@pidgin.im>
parents:
16663
diff
changeset
|
39 | pidgin/pidgin$ |
|
19666
f64685d05a77
Update .mtn-ignore for emotes size change.
Daniel Atallah <datallah@pidgin.im>
parents:
18667
diff
changeset
|
40 | pidgin/pixmaps/emotes/default/24/theme |
|
17474
a7f61acc10f6
A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme
Richard Laager <rlaager@pidgin.im>
parents:
17473
diff
changeset
|
41 | pidgin/pixmaps/emotes/none/theme |
|
24689
d9db6c50ac6f
Make the small smiley theme actually work.
Richard Laager <rlaager@pidgin.im>
parents:
24584
diff
changeset
|
42 | pidgin/pixmaps/emotes/small/16/theme |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
43 | pidgin/plugins/musicmessaging/music-messaging-bindings.c |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
44 | pidgin/plugins/perl/common/Makefile.PL$ |
|
24584
9665129c2a0f
applied changes from e09c51ab6473bf53c6dca408f13b863e1194108c
Richard Laager <rlaager@pidgin.im>
parents:
24563
diff
changeset
|
45 | pidgin/plugins/perl/common/Makefile.old |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
46 | pidgin/win32/pidgin_dll_rc.rc$ |
|
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
47 | pidgin/win32/pidgin_exe_rc.rc$ |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
48 | install-sh |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
49 | libpurple/dbus-bindings.c |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
50 | libpurple/dbus-types.c |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
51 | libpurple/dbus-types.h |
|
16145
2a3d214b7fec
Updates to .mtn-ignore
Daniel Atallah <datallah@pidgin.im>
parents:
16109
diff
changeset
|
52 | libpurple/example/nullclient |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
53 | libpurple/gconf/purple.schemas$ |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
54 | 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
|
55 | libpurple/plugins/perl/common/Makefile.PL$ |
|
24584
9665129c2a0f
applied changes from e09c51ab6473bf53c6dca408f13b863e1194108c
Richard Laager <rlaager@pidgin.im>
parents:
24563
diff
changeset
|
56 | 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
|
57 | 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
|
58 | 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
|
59 | libpurple/plugins/perl/common/lib |
|
21742
cabdbcec72c9
applied changes from 9c70f5c3c963c8fa9a5e760b9df81a19c485ccae
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
20219
diff
changeset
|
60 | libpurple/purple.h$ |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
61 | 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
|
62 | 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
|
63 | libpurple/purple-client-example |
|
16266
45e4a28c53ce
Update .mtn-ignore to properly deal with things produced by make check
Richard Laager <rlaager@pidgin.im>
parents:
16201
diff
changeset
|
64 | 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
|
65 | libpurple/tests/libpurple.. |
|
17391
295a60226a56
Create .def files for easy msvc import library creation.
Daniel Atallah <datallah@pidgin.im>
parents:
16663
diff
changeset
|
66 | libpurple/version.h$ |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
67 | 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
|
68 | 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
|
69 | local.mak |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
70 | ltmain.sh |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
71 | missing |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
72 | mkinstalldirs |
| 15457 | 73 | 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
|
74 | po/POTFILES$ |
|
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
75 | po/missing |
|
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
76 | 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
|
77 | po/pidgin.pot |
|
15440
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
78 | po/stamp-it |
|
9187f7f51147
Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
79 | 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
|
80 | win32-install-dir(\.release)? |
|
16201
e21a949e63e1
Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@pidgin.im>
parents:
16170
diff
changeset
|
81 | VERSION$ |