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