diff --git a/code/pidgin-libnotify/.gitignore b/code/pidgin-libnotify/.gitignore new file mode 100644 index 0000000..83d3845 --- /dev/null +++ b/code/pidgin-libnotify/.gitignore @@ -0,0 +1,27 @@ +ABOUT-NLS +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +depcomp +config.guess +config.log +config.status +config.sub +configure +install-sh +config.h +config.h.in +libtool +ltmain.sh +missing +m4 +pre_config.h* +stamp-h* +configure.scan +ltconfig +INSTALL +COPYING +*.tar.gz +*.tar.bz2 +pkg/* diff --git a/code/pidgin-libnotify/intl/.gitignore b/code/pidgin-libnotify/intl/.gitignore new file mode 100644 index 0000000..bedc26d --- /dev/null +++ b/code/pidgin-libnotify/intl/.gitignore @@ -0,0 +1,49 @@ +Makefile +po2tbl.sed +ChangeLog +Makefile.in +VERSION +bindtextdom.c +config.charset +dcgettext.c +dcigettext.c +dcngettext.c +dgettext.c +dngettext.c +eval-plural.h +explodename.c +finddomain.c +gettext.c +gettext.h +gettextP.h +gmo.h +hash-string.h +intl-compat.c +l10nflist.c +libgettext.h +libgnuintl.h +loadinfo.h +loadmsgcat.c +localcharset.c +locale.alias +localealias.c +localename.c +ngettext.c +os2compat.c +os2compat.h +osdep.c +plural.y +plural-exp.c +plural-exp.h +ref-add.sin +ref-del.sin +textdomain.c +cat-compat.c +linux-msg.sed +po2tbl.sed.in +xopen-msg.sed +plural.c +charset.alias +libintl.h +ref-add.sed +ref-del.sed diff --git a/code/pidgin-libnotify/po/.cvsignore b/code/pidgin-libnotify/po/.gitignore similarity index 100% rename from code/pidgin-libnotify/po/.cvsignore rename to code/pidgin-libnotify/po/.gitignore diff --git a/code/pidgin-libnotify/src/.gitignore b/code/pidgin-libnotify/src/.gitignore new file mode 100644 index 0000000..58587dc --- /dev/null +++ b/code/pidgin-libnotify/src/.gitignore @@ -0,0 +1,9 @@ +.deps +.libs +Makefile +Makefile.in +*.o +*.lo +*.la +*.dll +*.loT