]> git.street.me.uk Git - andy/viking.git/blame_incremental - .gitignore
Fix vik_aggregate_layer_get_all_layers_of_type for track/waypoint layer types, since...
[andy/viking.git] / .gitignore
... / ...
CommitLineData
1gnome-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/
41doc/examples/Makefile
42doc/examples/Makefile.in
43
44# /src/
45/src/.deps
46/src/Makefile.in
47/src/Makefile
48/src/*.o
49/src/authors.h
50/src/config.h
51/src/config.h.in
52/src/libviking.a
53/src/stamp-h1
54/src/viking
55/src/viking.desktop
56/src/vikenumtypes.h
57/src/vikenumtypes.c
58/src/documenters.h
59
60# /src/icons/
61/src/icons/.deps
62/src/icons/Makefile.in
63/src/icons/Makefile
64/src/icons/*.h
65/src/icons/icons.c
66/src/icons/icons.o
67/src/icons/libicons.a
68
69# /test/
70/test/.deps
71/test/Makefile.in
72/test/Makefile
73/test/*.o
74/test/gpx2gpx
75/test/degrees_converter
76/test/test_vikgotoxmltool
77/test/test_coord_conversion
78
79# /po/
80/po/Makefile.in.in
81/po/Makefile.in
82/po/Makefile
83/po/*.gmo
84/po/POTFILES
85/po/.intltool-merge-cache
86/po/stamp-it