From 4a3836ec9150c5d82dc75db74f47daac5abde483 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 8 Dec 2010 12:36:50 +0100 Subject: .gitignore: add this --- .gitignore | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..6183c85f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,69 @@ +*~ +*.o +*.lo +*.la +.deps +.libs +stamp-* +*-type-builtins.c +*-type-builtins.h + +INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +gnome-doc-utils.make +gtk-doc.make +install-sh +libtool +ltmain.sh +m4/*.m4 +!m4/introspection.m4 +missing +mkinstalldirs + +data/*.desktop +data/*.desktop.in +data/default-bookmarks.rdf +data/epiphany-*.pc +data/org.gnome.Epiphany.enums.xml +data/org.gnome.Epiphany.service +data/org.gnome.epiphany.gschema.valid +data/org.gnome.epiphany.gschema.xml + +help/*/*.mo +help/*/epiphany.xml +!help/C/epiphany.xml +help/*.omf + +lib/egg/eggmarshalers.[ch] +lib/egg/eggtypebuiltins.[ch] +lib/ephy-marshal.[ch] +lib/ephy-profile-migrator + +po/*.gmo +po/.intltool-merge-cache +po/Makefile.in.in +po/POTFILES + +src/Epiphany-*.gir +src/Epiphany-*.typelib +src/ephy-dbus-client-bindings.h +src/ephy-dbus-server-bindings.h +src/epiphany +src/epiphany.h + +tests/testephyembedpersist +tests/testephyembedsingle +tests/testephylocationentry +tests/testephysearchentry +tests/testephyzoomcontrol -- cgit v1.2.3