]> git.street.me.uk Git - andy/viking.git/blob - .gitignore
Merge branch 'MapsExtendedConfiguration'
[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 /ABOUT-NLS
11 /Makefile.in
12 /Makefile
13 /aclocal.m4
14 /autom4te.cache
15 /configure
16 /config.log
17 /config.status
18 /config.guess
19 /config.rpath
20 /config.sub
21 /depcomp
22 /gnome-doc-utils.make
23 /gtk-doc.make
24 /gtk-doc.m4
25 /install-sh
26 /intltool-extract.in
27 /intltool-merge.in
28 /intltool-update.in
29 /INSTALL
30 /missing
31 /mkinstalldirs
32 /omf.make
33 /viking.spec
34 /xmldocs.make
35 /test-driver
36 /compile
37 # make dist output:
38 viking-*tar.bz2
39 viking-*tar.gz
40 viking-*zip
41
42 # data/
43 data/Makefile
44 data/Makefile.in
45
46 # /doc/
47 /doc/Makefile.in
48 /doc/Makefile
49
50 # /doc/dev/
51 /doc/dev/Makefile.in
52 /doc/dev/Makefile
53
54 # doc/examples/
55 doc/examples/Makefile
56 doc/examples/Makefile.in
57
58 # doc/reference/
59 doc/reference/Makefile
60 doc/reference/Makefile.in
61 doc/reference/xml
62 doc/reference/html*
63 doc/reference/tmpl*
64 doc/reference/viking*
65 doc/reference/sgml*
66 doc/reference/*stamp
67
68 # help/
69 help/viking.1
70 # help/C/
71 help/C/viking.pdf
72 help/C/*html
73
74 # /src/
75 /src/.deps
76 /src/Makefile.in
77 /src/Makefile
78 /src/*.o
79 /src/authors.h
80 /src/config.h
81 /src/config.h.in
82 /src/libviking.a
83 /src/stamp-h1
84 /src/viking
85 /src/viking.exe
86 /src/viking.desktop
87 /src/vikenumtypes.h
88 /src/vikenumtypes.c
89 /src/documenters.h
90
91 # /src/libjpeg
92 /src/libjpeg/*.o
93 /src/libjpeg/.deps
94 /src/libjpeg/.dirstamp
95
96 # /src/icons/
97 /src/icons/.deps
98 /src/icons/Makefile.in
99 /src/icons/Makefile
100 /src/icons/*.h
101 /src/icons/icons.c
102 /src/icons/icons.o
103 /src/icons/libicons.a
104
105 # src/misc/
106 src/misc/.deps
107 src/misc/.dirstamp
108 src/misc/*.o
109
110 # /test/
111 /test/.deps
112 /test/Makefile.in
113 /test/Makefile
114 /test/*.o
115 /test/check_degrees_conversions.sh.*
116 /test/test-suite.log
117 /test/gpx2gpx
118 /test/degrees_converter
119 /test/test_vikgotoxmltool
120 /test/test_metatile
121 /test/test_coord_conversion
122 /test/test_babel
123
124 # /po/
125 /po/Makefile.in.in
126 /po/Makefile.in
127 /po/Makefile
128 /po/*.gmo
129 /po/POTFILES
130 /po/.intltool-merge-cache
131 /po/stamp-it
132 /po/Makevars.template
133 /po/Rules-quot
134 /po/boldquot.sed
135 /po/en@boldquot.header
136 /po/en@quot.header
137 /po/insert-header.sin
138 /po/quot.sed
139 /po/remove-potcdate.sin
140 /po/viking/
141
142 # tools/
143 tools/Makefile.in
144 tools/Makefile
145
146 # m4/
147 m4/*m4
148
149 # win32/
150 win32/Makefile
151 win32/Makefile.in
152 win32/installer/Makefile
153 win32/installer/Makefile.in
154 win32/installer/pixmaps/Makefile
155 win32/installer/pixmaps/Makefile.in
156 win32/installer/pixmaps/*o
157 win32/installer/translations/Makefile
158 win32/installer/translations/Makefile.in
159 win32/installer/viking*.exe