diff options
author | Dan Winship <danw@gnome.org> | 2010-12-08 12:36:50 +0100 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2010-12-08 12:37:00 +0100 |
commit | 4a3836ec9150c5d82dc75db74f47daac5abde483 (patch) | |
tree | 5c7b03c069aeaa4adf072d7b8f38ae57f5b87a43 /.gitignore | |
parent | c7a8b14f52d34f47c853b3c8cd2aa8588dbb5d93 (diff) | |
download | epiphany-4a3836ec9150c5d82dc75db74f47daac5abde483.tar.gz |
.gitignore: add this
Diffstat (limited to '.gitignore')
-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 |