]> git.street.me.uk Git - andy/viking.git/blame_incremental - .gitignore
[QA] Tidy test_babel.c to compile without warnings and a hint on usage.
[andy/viking.git] / .gitignore
... / ...
CommitLineData
1gnome-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:
38viking-*tar.bz2
39viking-*tar.gz
40viking-*zip
41
42# data/
43data/Makefile
44data/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/
55doc/examples/Makefile
56doc/examples/Makefile.in
57
58# doc/reference/
59doc/reference/Makefile
60doc/reference/Makefile.in
61doc/reference/xml
62doc/reference/html*
63doc/reference/tmpl*
64doc/reference/viking*
65doc/reference/sgml*
66doc/reference/*stamp
67
68# help/
69help/viking.1
70# help/C/
71help/C/viking.pdf
72help/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/
106src/misc/.deps
107src/misc/.dirstamp
108src/misc/*.o
109
110# /test/
111/test/.deps
112/test/Makefile.in
113/test/Makefile
114/test/*.o
115/test/gpx2gpx
116/test/degrees_converter
117/test/test_vikgotoxmltool
118/test/test_coord_conversion
119
120# /po/
121/po/Makefile.in.in
122/po/Makefile.in
123/po/Makefile
124/po/*.gmo
125/po/POTFILES
126/po/.intltool-merge-cache
127/po/stamp-it
128/po/Makevars.template
129/po/Rules-quot
130/po/boldquot.sed
131/po/en@boldquot.header
132/po/en@quot.header
133/po/insert-header.sin
134/po/quot.sed
135/po/remove-potcdate.sin
136/po/viking/
137
138# tools/
139tools/Makefile.in
140tools/Makefile
141
142# m4/
143m4/*m4
144
145# win32/
146win32/Makefile
147win32/Makefile.in
148win32/installer/Makefile
149win32/installer/Makefile.in
150win32/installer/pixmaps/Makefile
151win32/installer/pixmaps/Makefile.in
152win32/installer/pixmaps/*o
153win32/installer/translations/Makefile
154win32/installer/translations/Makefile.in
155win32/installer/viking*.exe