diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2013-12-16 12:35:53 -0600 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-03 13:31:10 -0500 |
commit | 243bbeb5a77410b70aff9f6858b3c6c576b09d47 (patch) | |
tree | ba28cef5ebfe183ca16b51e0e4f0845d9225c3cd /.gitignore | |
parent | d0af7ceec1ee8bf2cb16f1553fc9f4f2879b4886 (diff) | |
download | epiphany-243bbeb5a77410b70aff9f6858b3c6c576b09d47.tar.gz |
Generate .gitignore with git.mk
Keeps it up to date. Also, allows cleaning Autotools-generated files
with 'make maintainer-clean'
https://bugzilla.gnome.org/show_bug.cgi?id=720548
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 280ec511c..000000000 --- a/.gitignore +++ /dev/null @@ -1,62 +0,0 @@ -*~ -*.o -*.lo -*.la -.deps -.libs -.*.sw[op] -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 -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 - -lib/egg/eggtypebuiltins.[ch] -lib/ephy-profile-migrator - -po/*.pot -po/*.gmo -po/.intltool-merge-cache -po/Makefile.in.in -po/POTFILES - -src/Epiphany-*.gir -src/Epiphany-*.typelib -src/EphyEgg-*.gir -src/EphyEgg-*.typelib -src/epiphany -src/epiphany.h - -tests/test-ephy-embed-persist -tests/test-ephy-embed-single -tests/test-ephy-location-entry -tests/test-ephy-zoom-control |