X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/573044b16925f1f53a36de84ad89451b05e055a8..0c025cfa03a6fb11ce15c8d68f6e27de46f6192e:/.gitignore diff --git a/.gitignore b/.gitignore index 40dcd8c7..9a7322c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +gnome-doc-utils.m4 # git-ls-files --others --exclude-from=.git/info/exclude # Lines that start with '#' are comments. # For a project mostly in C, the following would be a good set of @@ -14,13 +15,25 @@ /config.log /config.status /depcomp +/gnome-doc-utils.make +/gtk-doc.make /install-sh /intltool-extract.in /intltool-merge.in /intltool-update.in /missing /mkinstalldirs +/omf.make /viking.spec +/xmldocs.make +# make dist output: +viking-*tar.bz2 +viking-*tar.gz +viking-*zip + +# data/ +data/Makefile +data/Makefile.in # /doc/ /doc/Makefile.in @@ -36,6 +49,20 @@ doc/examples/Makefile doc/examples/Makefile.in +# doc/reference/ +doc/reference/Makefile +doc/reference/Makefile.in +doc/reference/xml +doc/reference/html* +doc/reference/tmpl* +doc/reference/viking* +doc/reference/sgml* +doc/reference/*stamp + +# help/C/ +help/C/viking.pdf +help/C/*html + # /src/ /src/.deps /src/Makefile.in @@ -47,9 +74,11 @@ doc/examples/Makefile.in /src/libviking.a /src/stamp-h1 /src/viking +/src/viking.exe /src/viking.desktop /src/vikenumtypes.h /src/vikenumtypes.c +/src/documenters.h # /src/icons/ /src/icons/.deps @@ -64,6 +93,11 @@ doc/examples/Makefile.in /test/.deps /test/Makefile.in /test/Makefile +/test/*.o +/test/gpx2gpx +/test/degrees_converter +/test/test_vikgotoxmltool +/test/test_coord_conversion # /po/ /po/Makefile.in.in @@ -73,3 +107,15 @@ doc/examples/Makefile.in /po/POTFILES /po/.intltool-merge-cache /po/stamp-it + +# 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