X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/7bacc277ea9c09faa1cf8fbf89577501dc19cd9b..c58fc2db6f929c1254336e0e88955d223eeea55c:/.gitignore diff --git a/.gitignore b/.gitignore index beee29a3..01cd3927 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,13 @@ +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 # exclude patterns (uncomment them if you want to use them): # *.[oa] -# *~ +*~ # / +/ABOUT-NLS /Makefile.in /Makefile /aclocal.m4 @@ -13,25 +15,65 @@ /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 +/mingw-viking.spec +/mingw64-viking.spec +/xmldocs.make +/test-driver +/compile +# make dist output: +viking-*tar.bz2 +viking-*tar.gz +viking-*zip + +# data/ +data/Makefile +data/Makefile.in # /doc/ /doc/Makefile.in /doc/Makefile -/doc/viking-remote.1 -/doc/viking.1 # /doc/dev/ /doc/dev/Makefile.in /doc/dev/Makefile +# doc/examples/ +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/ +help/viking.1 +help/viking.xml +# help/C/ +help/C/viking.pdf +help/C/*html + # /src/ /src/.deps /src/Makefile.in @@ -43,7 +85,16 @@ /src/libviking.a /src/stamp-h1 /src/viking +/src/viking.exe /src/viking.desktop +/src/vikenumtypes.h +/src/vikenumtypes.c +/src/documenters.h + +# /src/libjpeg +/src/libjpeg/*.o +/src/libjpeg/.deps +/src/libjpeg/.dirstamp # /src/icons/ /src/icons/.deps @@ -54,10 +105,28 @@ /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_md5_hash +/test/test_metatile +/test/test_coord_conversion +/test/test_babel # /po/ /po/Makefile.in.in @@ -67,3 +136,31 @@ /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