diff options
-rw-r--r-- | .gitignore | 69 |
1 files changed, 69 insertions, 0 deletions
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 |