aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2010-12-08 19:36:50 +0800
committerDan Winship <danw@gnome.org>2010-12-08 19:37:00 +0800
commit4a3836ec9150c5d82dc75db74f47daac5abde483 (patch)
tree5c7b03c069aeaa4adf072d7b8f38ae57f5b87a43 /.gitignore
parentc7a8b14f52d34f47c853b3c8cd2aa8588dbb5d93 (diff)
downloadgsoc2013-epiphany-4a3836ec9150c5d82dc75db74f47daac5abde483.tar
gsoc2013-epiphany-4a3836ec9150c5d82dc75db74f47daac5abde483.tar.gz
gsoc2013-epiphany-4a3836ec9150c5d82dc75db74f47daac5abde483.tar.bz2
gsoc2013-epiphany-4a3836ec9150c5d82dc75db74f47daac5abde483.tar.lz
gsoc2013-epiphany-4a3836ec9150c5d82dc75db74f47daac5abde483.tar.xz
gsoc2013-epiphany-4a3836ec9150c5d82dc75db74f47daac5abde483.tar.zst
gsoc2013-epiphany-4a3836ec9150c5d82dc75db74f47daac5abde483.zip
.gitignore: add this
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore69
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