]> git.street.me.uk Git - andy/viking.git/blobdiff - .gitignore
Fix relative file path loading for DEM files.
[andy/viking.git] / .gitignore
index a9e427f9d65fa262c7f98560f18f0a90e40f5bf7..01cd392765aca2538cbc2695657d242a70fe8b49 100644 (file)
@@ -15,17 +15,24 @@ gnome-doc-utils.m4
 /configure
 /config.log
 /config.status
 /configure
 /config.log
 /config.status
+/config.guess
+/config.rpath
+/config.sub
 /depcomp
 /gnome-doc-utils.make
 /gtk-doc.make
 /depcomp
 /gnome-doc-utils.make
 /gtk-doc.make
+/gtk-doc.m4
 /install-sh
 /intltool-extract.in
 /intltool-merge.in
 /intltool-update.in
 /install-sh
 /intltool-extract.in
 /intltool-merge.in
 /intltool-update.in
+/INSTALL
 /missing
 /mkinstalldirs
 /omf.make
 /viking.spec
 /missing
 /mkinstalldirs
 /omf.make
 /viking.spec
+/mingw-viking.spec
+/mingw64-viking.spec
 /xmldocs.make
 /test-driver
 /compile
 /xmldocs.make
 /test-driver
 /compile
@@ -62,6 +69,7 @@ doc/reference/*stamp
 
 # help/
 help/viking.1
 
 # help/
 help/viking.1
+help/viking.xml
 # help/C/
 help/C/viking.pdf
 help/C/*html
 # help/C/
 help/C/viking.pdf
 help/C/*html
@@ -83,6 +91,11 @@ help/C/*html
 /src/vikenumtypes.c
 /src/documenters.h
 
 /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
 # /src/icons/
 /src/icons/.deps
 /src/icons/Makefile.in
@@ -92,15 +105,28 @@ help/C/*html
 /src/icons/icons.o
 /src/icons/libicons.a
 
 /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/
 /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/gpx2gpx
 /test/degrees_converter
 /test/test_vikgotoxmltool
+/test/test_md5_hash
+/test/test_metatile
 /test/test_coord_conversion
 /test/test_coord_conversion
+/test/test_babel
 
 # /po/
 /po/Makefile.in.in
 
 # /po/
 /po/Makefile.in.in
@@ -120,6 +146,10 @@ help/C/*html
 /po/remove-potcdate.sin
 /po/viking/
 
 /po/remove-potcdate.sin
 /po/viking/
 
+# tools/
+tools/Makefile.in
+tools/Makefile
+
 # m4/
 m4/*m4
 
 # m4/
 m4/*m4