[epiphany] .gitignore: add this



commit 4a3836ec9150c5d82dc75db74f47daac5abde483
Author: Dan Winship <danw gnome org>
Date:   Wed Dec 8 12:36:50 2010 +0100

    .gitignore: add this

 .gitignore |   69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 69 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6183c85
--- /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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]