]> git.street.me.uk Git - andy/viking.git/blob - .gitignore
[DOC] Mention XML configuration can override internal defaults.
[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 /mingw-viking.spec
35 /mingw64-viking.spec
36 /xmldocs.make
37 /test-driver
38 /compile
39 # make dist output:
40 viking-*tar.bz2
41 viking-*tar.gz
42 viking-*zip
43
44 # data/
45 data/Makefile
46 data/Makefile.in
47
48 # /doc/
49 /doc/Makefile.in
50 /doc/Makefile
51
52 # /doc/dev/
53 /doc/dev/Makefile.in
54 /doc/dev/Makefile
55
56 # doc/examples/
57 doc/examples/Makefile
58 doc/examples/Makefile.in
59
60 # doc/reference/
61 doc/reference/Makefile
62 doc/reference/Makefile.in
63 doc/reference/xml
64 doc/reference/html*
65 doc/reference/tmpl*
66 doc/reference/viking*
67 doc/reference/sgml*
68 doc/reference/*stamp
69
70 # help/
71 help/viking.1
72 help/viking.xml
73 # help/C/
74 help/C/viking.pdf
75 help/C/*html
76
77 # /src/
78 /src/.deps
79 /src/Makefile.in
80 /src/Makefile
81 /src/*.o
82 /src/authors.h
83 /src/config.h
84 /src/config.h.in
85 /src/libviking.a
86 /src/stamp-h1
87 /src/viking
88 /src/viking.exe
89 /src/viking.desktop
90 /src/vikenumtypes.h
91 /src/vikenumtypes.c
92 /src/documenters.h
93
94 # /src/libjpeg
95 /src/libjpeg/*.o
96 /src/libjpeg/.deps
97 /src/libjpeg/.dirstamp
98
99 # /src/icons/
100 /src/icons/.deps
101 /src/icons/Makefile.in
102 /src/icons/Makefile
103 /src/icons/*.h
104 /src/icons/icons.c
105 /src/icons/icons.o
106 /src/icons/libicons.a
107
108 # src/misc/
109 src/misc/.deps
110 src/misc/.dirstamp
111 src/misc/*.o
112
113 # /test/
114 /test/.deps
115 /test/Makefile.in
116 /test/Makefile
117 /test/*.o
118 /test/*.sh.log
119 /test/*.sh.trs
120 /test/test-suite.log
121 /test/geotag_read
122 /test/geotag_write
123 /test/gpx2gpx
124 /test/degrees_converter
125 /test/test_vikgotoxmltool
126 /test/test_md5_hash
127 /test/test_metatile
128 /test/test_coord_conversion
129 /test/test_babel
130
131 # /po/
132 /po/Makefile.in.in
133 /po/Makefile.in
134 /po/Makefile
135 /po/*.gmo
136 /po/POTFILES
137 /po/.intltool-merge-cache
138 /po/stamp-it
139 /po/Makevars.template
140 /po/Rules-quot
141 /po/boldquot.sed
142 /po/en@boldquot.header
143 /po/en@quot.header
144 /po/insert-header.sin
145 /po/quot.sed
146 /po/remove-potcdate.sin
147 /po/viking/
148
149 # tools/
150 tools/Makefile.in
151 tools/Makefile
152
153 # m4/
154 m4/*m4
155
156 # win32/
157 win32/Makefile
158 win32/Makefile.in
159 win32/installer/Makefile
160 win32/installer/Makefile.in
161 win32/installer/pixmaps/Makefile
162 win32/installer/pixmaps/Makefile.in
163 win32/installer/pixmaps/*o
164 win32/installer/translations/Makefile
165 win32/installer/translations/Makefile.in
166 win32/installer/viking*.exe