X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/2151c460749add88bff9ee8cec4caf48a93f6c64..b1db5b51f1015ee580e56c0964bbb4acba4d8bcf:/.gitignore diff --git a/.gitignore b/.gitignore index 31723849..475abbec 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ gnome-doc-utils.m4 *~ # / +/ABOUT-NLS /Makefile.in /Makefile /aclocal.m4 @@ -14,18 +15,25 @@ gnome-doc-utils.m4 /configure /config.log /config.status +/config.guess +/config.rpath +/config.sub /depcomp /gnome-doc-utils.make /gtk-doc.make +/gtk-doc.m4 /install-sh /intltool-extract.in /intltool-merge.in /intltool-update.in +/INSTALL /missing /mkinstalldirs /omf.make /viking.spec /xmldocs.make +/test-driver +/compile # make dist output: viking-*tar.bz2 viking-*tar.gz @@ -38,8 +46,6 @@ data/Makefile.in # /doc/ /doc/Makefile.in /doc/Makefile -/doc/viking-remote.1 -/doc/viking.1 # /doc/dev/ /doc/dev/Makefile.in @@ -59,6 +65,8 @@ doc/reference/viking* doc/reference/sgml* doc/reference/*stamp +# help/ +help/viking.1 # help/C/ help/C/viking.pdf help/C/*html @@ -80,6 +88,11 @@ help/C/*html /src/vikenumtypes.c /src/documenters.h +# /src/libjpeg +/src/libjpeg/*.o +/src/libjpeg/.deps +/src/libjpeg/.dirstamp + # /src/icons/ /src/icons/.deps /src/icons/Makefile.in @@ -89,15 +102,27 @@ help/C/*html /src/icons/icons.o /src/icons/libicons.a +# src/misc/ +src/misc/.deps +src/misc/.dirstamp +src/misc/*.o + # /test/ /test/.deps /test/Makefile.in /test/Makefile /test/*.o +/test/*.sh.log +/test/*.sh.trs +/test/test-suite.log +/test/geotag_read +/test/geotag_write /test/gpx2gpx /test/degrees_converter /test/test_vikgotoxmltool +/test/test_metatile /test/test_coord_conversion +/test/test_babel # /po/ /po/Makefile.in.in @@ -107,3 +132,31 @@ help/C/*html /po/POTFILES /po/.intltool-merge-cache /po/stamp-it +/po/Makevars.template +/po/Rules-quot +/po/boldquot.sed +/po/en@boldquot.header +/po/en@quot.header +/po/insert-header.sin +/po/quot.sed +/po/remove-potcdate.sin +/po/viking/ + +# tools/ +tools/Makefile.in +tools/Makefile + +# m4/ +m4/*m4 + +# win32/ +win32/Makefile +win32/Makefile.in +win32/installer/Makefile +win32/installer/Makefile.in +win32/installer/pixmaps/Makefile +win32/installer/pixmaps/Makefile.in +win32/installer/pixmaps/*o +win32/installer/translations/Makefile +win32/installer/translations/Makefile.in +win32/installer/viking*.exe