]> git.street.me.uk Git - andy/viking.git/blob - .gitignore
7669c0fd163b3c1dd1cbc1e8a2fd525ace482e25
[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 # /test/
106 /test/.deps
107 /test/Makefile.in
108 /test/Makefile
109 /test/*.o
110 /test/gpx2gpx
111 /test/degrees_converter
112 /test/test_vikgotoxmltool
113 /test/test_coord_conversion
114
115 # /po/
116 /po/Makefile.in.in
117 /po/Makefile.in
118 /po/Makefile
119 /po/*.gmo
120 /po/POTFILES
121 /po/.intltool-merge-cache
122 /po/stamp-it
123 /po/Makevars.template
124 /po/Rules-quot
125 /po/boldquot.sed
126 /po/en@boldquot.header
127 /po/en@quot.header
128 /po/insert-header.sin
129 /po/quot.sed
130 /po/remove-potcdate.sin
131 /po/viking/
132
133 # m4/
134 m4/*m4
135
136 # win32/
137 win32/Makefile
138 win32/Makefile.in
139 win32/installer/Makefile
140 win32/installer/Makefile.in
141 win32/installer/pixmaps/Makefile
142 win32/installer/pixmaps/Makefile.in
143 win32/installer/pixmaps/*o
144 win32/installer/translations/Makefile
145 win32/installer/translations/Makefile.in
146 win32/installer/viking*.exe