summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMattias Bengtsson <mattias.jc.bengtsson@gmail.com>2013-07-09 19:52:43 +0200
committerMattias Bengtsson <mattias.jc.bengtsson@gmail.com>2013-07-23 17:01:34 +0200
commitdff8926934a1debfefb7deeafd260329207ee414 (patch)
tree383e80d67d9247d2a00904e9d9d89c07f29f761a /.gitignore
parent40a22a1e97b4988c422a7356f86d4fbda181991e (diff)
downloadgnome-maps-dff8926934a1debfefb7deeafd260329207ee414.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 27 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 99152496..625d6c4a 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