]> git.street.me.uk Git - andy/viking.git/blob - .gitignore
Don't store regenerated INSTALL file in git.
[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 /depcomp
19 /gnome-doc-utils.make
20 /gtk-doc.make
21 /install-sh
22 /intltool-extract.in
23 /intltool-merge.in
24 /intltool-update.in
25 /INSTALL
26 /missing
27 /mkinstalldirs
28 /omf.make
29 /viking.spec
30 /xmldocs.make
31 /test-driver
32 /compile
33 # make dist output:
34 viking-*tar.bz2
35 viking-*tar.gz
36 viking-*zip
37
38 # data/
39 data/Makefile
40 data/Makefile.in
41
42 # /doc/
43 /doc/Makefile.in
44 /doc/Makefile
45
46 # /doc/dev/
47 /doc/dev/Makefile.in
48 /doc/dev/Makefile
49
50 # doc/examples/
51 doc/examples/Makefile
52 doc/examples/Makefile.in
53
54 # doc/reference/
55 doc/reference/Makefile
56 doc/reference/Makefile.in
57 doc/reference/xml
58 doc/reference/html*
59 doc/reference/tmpl*
60 doc/reference/viking*
61 doc/reference/sgml*
62 doc/reference/*stamp
63
64 # help/
65 help/viking.1
66 # help/C/
67 help/C/viking.pdf
68 help/C/*html
69
70 # /src/
71 /src/.deps
72 /src/Makefile.in
73 /src/Makefile
74 /src/*.o
75 /src/authors.h
76 /src/config.h
77 /src/config.h.in
78 /src/libviking.a
79 /src/stamp-h1
80 /src/viking
81 /src/viking.exe
82 /src/viking.desktop
83 /src/vikenumtypes.h
84 /src/vikenumtypes.c
85 /src/documenters.h
86
87 # /src/icons/
88 /src/icons/.deps
89 /src/icons/Makefile.in
90 /src/icons/Makefile
91 /src/icons/*.h
92 /src/icons/icons.c
93 /src/icons/icons.o
94 /src/icons/libicons.a
95
96 # /test/
97 /test/.deps
98 /test/Makefile.in
99 /test/Makefile
100 /test/*.o
101 /test/gpx2gpx
102 /test/degrees_converter
103 /test/test_vikgotoxmltool
104 /test/test_coord_conversion
105
106 # /po/
107 /po/Makefile.in.in
108 /po/Makefile.in
109 /po/Makefile
110 /po/*.gmo
111 /po/POTFILES
112 /po/.intltool-merge-cache
113 /po/stamp-it
114 /po/Makevars.template
115 /po/Rules-quot
116 /po/boldquot.sed
117 /po/en@boldquot.header
118 /po/en@quot.header
119 /po/insert-header.sin
120 /po/quot.sed
121 /po/remove-potcdate.sin
122 /po/viking/
123
124 # m4/
125 m4/*m4
126
127 # win32/
128 win32/Makefile
129 win32/Makefile.in
130 win32/installer/Makefile
131 win32/installer/Makefile.in
132 win32/installer/pixmaps/Makefile
133 win32/installer/pixmaps/Makefile.in
134 win32/installer/pixmaps/*o
135 win32/installer/translations/Makefile
136 win32/installer/translations/Makefile.in
137 win32/installer/viking*.exe