Hi all, Attached, a small patch to ignore unwanted files from CVS (well, I think they are unwanted). Makes diffs nicer :-)
Greetings, Ruben -- Ruben Vermeersch (rubenv) http://www.Lambda1.be/
Index: daapsharing/.cvsignore =================================================================== RCS file: /cvs/gnome/rhythmbox/daapsharing/.cvsignore,v retrieving revision 1.1 diff -u -p -r1.1 .cvsignore --- daapsharing/.cvsignore 6 Sep 2005 19:23:44 -0000 1.1 +++ daapsharing/.cvsignore 8 Sep 2005 11:36:28 -0000 @@ -1,2 +1,5 @@ Makefile Makefile.in +.deps +.libs +*.la Index: iradio/.cvsignore =================================================================== RCS file: /cvs/gnome/rhythmbox/iradio/.cvsignore,v retrieving revision 1.2 diff -u -p -r1.2 .cvsignore --- iradio/.cvsignore 1 Sep 2003 04:20:34 -0000 1.2 +++ iradio/.cvsignore 8 Sep 2005 11:36:29 -0000 @@ -4,3 +4,5 @@ Makefile.in .deps .libs .arch-ids +*.lo +*.la Index: lib/.cvsignore =================================================================== RCS file: /cvs/gnome/rhythmbox/lib/.cvsignore,v retrieving revision 1.3 diff -u -p -r1.3 .cvsignore --- lib/.cvsignore 1 Sep 2003 04:20:36 -0000 1.3 +++ lib/.cvsignore 8 Sep 2005 11:36:29 -0000 @@ -6,3 +6,5 @@ Makefile.in .deps .libs .arch-ids +*.lo +*.la Index: metadata/.cvsignore =================================================================== RCS file: /cvs/gnome/rhythmbox/metadata/.cvsignore,v retrieving revision 1.1 diff -u -p -r1.1 .cvsignore --- metadata/.cvsignore 4 Jun 2005 23:08:52 -0000 1.1 +++ metadata/.cvsignore 8 Sep 2005 11:36:29 -0000 @@ -1,3 +1,7 @@ Makefile Makefile.in .arch-ids +*.lo +*.la +.deps +.libs Index: player/.cvsignore =================================================================== RCS file: /cvs/gnome/rhythmbox/player/.cvsignore,v retrieving revision 1.1 diff -u -p -r1.1 .cvsignore --- player/.cvsignore 4 Jun 2005 23:08:53 -0000 1.1 +++ player/.cvsignore 8 Sep 2005 11:36:29 -0000 @@ -1,3 +1,7 @@ Makefile Makefile.in rb-recorder-marshal.* +*.lo +*.la +.deps +.libs Index: po/.cvsignore =================================================================== RCS file: /cvs/gnome/rhythmbox/po/.cvsignore,v retrieving revision 1.4 diff -u -p -r1.4 .cvsignore --- po/.cvsignore 1 Sep 2003 12:34:02 -0000 1.4 +++ po/.cvsignore 8 Sep 2005 11:36:29 -0000 @@ -8,3 +8,4 @@ POTFILES missing notexist .arch-ids +.intltool-merge-cache Index: remote/.cvsignore =================================================================== RCS file: /cvs/gnome/rhythmbox/remote/.cvsignore,v retrieving revision 1.1 diff -u -p -r1.1 .cvsignore --- remote/.cvsignore 4 Jun 2005 23:08:53 -0000 1.1 +++ remote/.cvsignore 8 Sep 2005 11:36:29 -0000 @@ -1,3 +1,7 @@ Makefile Makefile.in .arch-ids +*.lo +*.la +.deps +.libs Index: remote/bonobo/.cvsignore =================================================================== RCS file: /cvs/gnome/rhythmbox/remote/bonobo/.cvsignore,v retrieving revision 1.1 diff -u -p -r1.1 .cvsignore --- remote/bonobo/.cvsignore 4 Jun 2005 23:08:53 -0000 1.1 +++ remote/bonobo/.cvsignore 8 Sep 2005 11:36:29 -0000 @@ -7,3 +7,7 @@ Rhythmbox.h Rhythmbox_Nautilus_Context_Menu.server Rhythmbox_Nautilus_Context_Menu.server.in test-corba +*.lo +*.la +.deps +.libs Index: rhythmdb/.cvsignore =================================================================== RCS file: /cvs/gnome/rhythmbox/rhythmdb/.cvsignore,v retrieving revision 1.3 diff -u -p -r1.3 .cvsignore --- rhythmdb/.cvsignore 4 Jun 2005 23:08:54 -0000 1.3 +++ rhythmdb/.cvsignore 8 Sep 2005 11:36:29 -0000 @@ -2,3 +2,7 @@ Makefile Makefile.in .arch-ids rhythmdb-marshal.* +.libs +.deps +*.lo +*.la Index: shell/.cvsignore =================================================================== RCS file: /cvs/gnome/rhythmbox/shell/.cvsignore,v retrieving revision 1.8 diff -u -p -r1.8 .cvsignore --- shell/.cvsignore 26 Aug 2005 00:48:20 -0000 1.8 +++ shell/.cvsignore 8 Sep 2005 11:36:29 -0000 @@ -7,3 +7,5 @@ Makefile.in .arch-ids rb-shell-glue.h rb-shell-player-glue.h +.libs +.deps Index: sources/.cvsignore =================================================================== RCS file: /cvs/gnome/rhythmbox/sources/.cvsignore,v retrieving revision 1.2 diff -u -p -r1.2 .cvsignore --- sources/.cvsignore 1 Sep 2003 04:21:15 -0000 1.2 +++ sources/.cvsignore 8 Sep 2005 11:36:29 -0000 @@ -1,3 +1,7 @@ Makefile Makefile.in .arch-ids +.libs +.deps +*.lo +*.la Index: widgets/.cvsignore =================================================================== RCS file: /cvs/gnome/rhythmbox/widgets/.cvsignore,v retrieving revision 1.1 diff -u -p -r1.1 .cvsignore --- widgets/.cvsignore 29 Sep 2003 13:48:29 -0000 1.1 +++ widgets/.cvsignore 8 Sep 2005 11:36:29 -0000 @@ -1,3 +1,7 @@ Makefile Makefile.in .arch-ids +.libs +.deps +*.la +*.lo
_______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
