[gnome-maps/wip/fix-geoloc: 1/8] Update .gitignore



commit 1df7a573bccd62115da7fe3ddb1e1b1e9554dbdd
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date:   Tue Jul 9 19:52:43 2013 +0200

    Update .gitignore
    
    Ignore autogenerated files from autoconf and gettext and ignore
    *~ and *.orig which is more than likely backups.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703891

 .gitignore |   28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9915249..625d6c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,36 @@
+*.orig
+*~
+
+ABOUT-NLS
 Makefile
 Makefile.in
 aclocal.m4
 autom4te.cache/
+libtool
+config/
 config.log
 config.status
 configure
-gnome-maps.desktop
 install-sh
 missing
+
+data/gnome-maps.desktop
+data/gnome-maps.desktop.in
+data/org.gnome.maps.gschema.valid
+data/org.gnome.maps.gschema.xml
+
+po/.intltool-merge-cache
+po/Makefile.in.in
+po/Makevars.template
+po/POTFILES
+po/Rules-quot
+po/stamp-it
+po/*.sed
+po/*.gmo
+po/*.sin
+po/*.header
+
+src/config.js
+src/gnome-maps
+src/gnome-maps.gresource
+src/path.js
\ No newline at end of file


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