]> git.street.me.uk Git - andy/viking.git/blame_incremental - .gitignore
Update viking.doap file
[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/*.sh.log
116/test/*.sh.trs
117/test/test-suite.log
118/test/geotag_read
119/test/geotag_write
120/test/gpx2gpx
121/test/degrees_converter
122/test/test_vikgotoxmltool
123/test/test_metatile
124/test/test_coord_conversion
125/test/test_babel
126
127# /po/
128/po/Makefile.in.in
129/po/Makefile.in
130/po/Makefile
131/po/*.gmo
132/po/POTFILES
133/po/.intltool-merge-cache
134/po/stamp-it
135/po/Makevars.template
136/po/Rules-quot
137/po/boldquot.sed
138/po/en@boldquot.header
139/po/en@quot.header
140/po/insert-header.sin
141/po/quot.sed
142/po/remove-potcdate.sin
143/po/viking/
144
145# tools/
146tools/Makefile.in
147tools/Makefile
148
149# m4/
150m4/*m4
151
152# win32/
153win32/Makefile
154win32/Makefile.in
155win32/installer/Makefile
156win32/installer/Makefile.in
157win32/installer/pixmaps/Makefile
158win32/installer/pixmaps/Makefile.in
159win32/installer/pixmaps/*o
160win32/installer/translations/Makefile
161win32/installer/translations/Makefile.in
162win32/installer/viking*.exe