]> git.street.me.uk Git - andy/viking.git/blob - .gitignore
Ensure correct selection of track or waypoint following name usage rework.
[andy/viking.git] / .gitignore
1 gnome-doc-utils.m4
2 # git-ls-files --others --exclude-from=.git/info/exclude
3 # Lines that start with '#' are comments.
4 # For a project mostly in C, the following would be a good set of
5 # exclude patterns (uncomment them if you want to use them):
6 # *.[oa]
7 *~
8
9 # /
10 /Makefile.in
11 /Makefile
12 /aclocal.m4
13 /autom4te.cache
14 /configure
15 /config.log
16 /config.status
17 /depcomp
18 /gnome-doc-utils.make
19 /gtk-doc.make
20 /install-sh
21 /intltool-extract.in
22 /intltool-merge.in
23 /intltool-update.in
24 /missing
25 /mkinstalldirs
26 /omf.make
27 /viking.spec
28 /xmldocs.make
29
30 # /doc/
31 /doc/Makefile.in
32 /doc/Makefile
33 /doc/viking-remote.1
34 /doc/viking.1
35
36 # /doc/dev/
37 /doc/dev/Makefile.in
38 /doc/dev/Makefile
39
40 # doc/examples/
41 doc/examples/Makefile
42 doc/examples/Makefile.in
43
44 # doc/reference/
45 doc/reference/Makefile
46 doc/reference/Makefile.in
47 doc/reference/xml
48 doc/reference/html*
49 doc/reference/tmpl*
50 doc/reference/viking*
51 doc/reference/sgml*
52 doc/reference/*stamp
53
54 # /src/
55 /src/.deps
56 /src/Makefile.in
57 /src/Makefile
58 /src/*.o
59 /src/authors.h
60 /src/config.h
61 /src/config.h.in
62 /src/libviking.a
63 /src/stamp-h1
64 /src/viking
65 /src/viking.desktop
66 /src/vikenumtypes.h
67 /src/vikenumtypes.c
68 /src/documenters.h
69
70 # /src/icons/
71 /src/icons/.deps
72 /src/icons/Makefile.in
73 /src/icons/Makefile
74 /src/icons/*.h
75 /src/icons/icons.c
76 /src/icons/icons.o
77 /src/icons/libicons.a
78
79 # /test/
80 /test/.deps
81 /test/Makefile.in
82 /test/Makefile
83 /test/*.o
84 /test/gpx2gpx
85 /test/degrees_converter
86 /test/test_vikgotoxmltool
87 /test/test_coord_conversion
88
89 # /po/
90 /po/Makefile.in.in
91 /po/Makefile.in
92 /po/Makefile
93 /po/*.gmo
94 /po/POTFILES
95 /po/.intltool-merge-cache
96 /po/stamp-it