]> git.street.me.uk Git - andy/viking.git/blob - .gitignore
Add Windows installer files to be included in a 'make dist' source distribution
[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 /Makefile.in
11 /Makefile
12 /aclocal.m4
13 /autom4te.cache
14 /configure
15 /config.log
16 /config.status
17 /depcomp
18 /gnome-doc-utils.make
19 /gtk-doc.make
20 /install-sh
21 /intltool-extract.in
22 /intltool-merge.in
23 /intltool-update.in
24 /missing
25 /mkinstalldirs
26 /omf.make
27 /viking.spec
28 /xmldocs.make
29 # make dist output:
30 viking-*tar.bz2
31 viking-*tar.gz
32 viking-*zip
33
34 # data/
35 data/Makefile
36 data/Makefile.in
37
38 # /doc/
39 /doc/Makefile.in
40 /doc/Makefile
41 /doc/viking-remote.1
42 /doc/viking.1
43
44 # /doc/dev/
45 /doc/dev/Makefile.in
46 /doc/dev/Makefile
47
48 # doc/examples/
49 doc/examples/Makefile
50 doc/examples/Makefile.in
51
52 # doc/reference/
53 doc/reference/Makefile
54 doc/reference/Makefile.in
55 doc/reference/xml
56 doc/reference/html*
57 doc/reference/tmpl*
58 doc/reference/viking*
59 doc/reference/sgml*
60 doc/reference/*stamp
61
62 # help/C/
63 help/C/viking.pdf
64 help/C/*html
65
66 # /src/
67 /src/.deps
68 /src/Makefile.in
69 /src/Makefile
70 /src/*.o
71 /src/authors.h
72 /src/config.h
73 /src/config.h.in
74 /src/libviking.a
75 /src/stamp-h1
76 /src/viking
77 /src/viking.exe
78 /src/viking.desktop
79 /src/vikenumtypes.h
80 /src/vikenumtypes.c
81 /src/documenters.h
82
83 # /src/icons/
84 /src/icons/.deps
85 /src/icons/Makefile.in
86 /src/icons/Makefile
87 /src/icons/*.h
88 /src/icons/icons.c
89 /src/icons/icons.o
90 /src/icons/libicons.a
91
92 # /test/
93 /test/.deps
94 /test/Makefile.in
95 /test/Makefile
96 /test/*.o
97 /test/gpx2gpx
98 /test/degrees_converter
99 /test/test_vikgotoxmltool
100 /test/test_coord_conversion
101
102 # /po/
103 /po/Makefile.in.in
104 /po/Makefile.in
105 /po/Makefile
106 /po/*.gmo
107 /po/POTFILES
108 /po/.intltool-merge-cache
109 /po/stamp-it
110
111 # win32/
112 win32/Makefile
113 win32/Makefile.in
114 win32/installer/Makefile
115 win32/installer/Makefile.in
116 win32/installer/pixmaps/Makefile
117 win32/installer/pixmaps/Makefile.in
118 win32/installer/pixmaps/*o
119 win32/installer/translations/Makefile
120 win32/installer/translations/Makefile.in
121 win32/installer/viking*.exe