]> git.street.me.uk Git - andy/viking.git/blob - .gitignore
Merge branch 'WaypointsList'
[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 /test-driver
30 /compile
31 # make dist output:
32 viking-*tar.bz2
33 viking-*tar.gz
34 viking-*zip
35
36 # data/
37 data/Makefile
38 data/Makefile.in
39
40 # /doc/
41 /doc/Makefile.in
42 /doc/Makefile
43 /doc/viking-remote.1
44 /doc/viking.1
45
46 # /doc/dev/
47 /doc/dev/Makefile.in
48 /doc/dev/Makefile
49
50 # doc/examples/
51 doc/examples/Makefile
52 doc/examples/Makefile.in
53
54 # doc/reference/
55 doc/reference/Makefile
56 doc/reference/Makefile.in
57 doc/reference/xml
58 doc/reference/html*
59 doc/reference/tmpl*
60 doc/reference/viking*
61 doc/reference/sgml*
62 doc/reference/*stamp
63
64 # help/C/
65 help/C/viking.pdf
66 help/C/*html
67
68 # /src/
69 /src/.deps
70 /src/Makefile.in
71 /src/Makefile
72 /src/*.o
73 /src/authors.h
74 /src/config.h
75 /src/config.h.in
76 /src/libviking.a
77 /src/stamp-h1
78 /src/viking
79 /src/viking.exe
80 /src/viking.desktop
81 /src/vikenumtypes.h
82 /src/vikenumtypes.c
83 /src/documenters.h
84
85 # /src/icons/
86 /src/icons/.deps
87 /src/icons/Makefile.in
88 /src/icons/Makefile
89 /src/icons/*.h
90 /src/icons/icons.c
91 /src/icons/icons.o
92 /src/icons/libicons.a
93
94 # /test/
95 /test/.deps
96 /test/Makefile.in
97 /test/Makefile
98 /test/*.o
99 /test/gpx2gpx
100 /test/degrees_converter
101 /test/test_vikgotoxmltool
102 /test/test_coord_conversion
103
104 # /po/
105 /po/Makefile.in.in
106 /po/Makefile.in
107 /po/Makefile
108 /po/*.gmo
109 /po/POTFILES
110 /po/.intltool-merge-cache
111 /po/stamp-it
112
113 # win32/
114 win32/Makefile
115 win32/Makefile.in
116 win32/installer/Makefile
117 win32/installer/Makefile.in
118 win32/installer/pixmaps/Makefile
119 win32/installer/pixmaps/Makefile.in
120 win32/installer/pixmaps/*o
121 win32/installer/translations/Makefile
122 win32/installer/translations/Makefile.in
123 win32/installer/viking*.exe