[DOC] Tidy Up: First Pass
[viking/guyou.git] / .gitignore
blob37019c239af40b93d0c51ca407266a92929832fd
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 *~
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
30 # /doc/
31 /doc/Makefile.in
32 /doc/Makefile
33 /doc/viking-remote.1
34 /doc/viking.1
36 # /doc/dev/
37 /doc/dev/Makefile.in
38 /doc/dev/Makefile
40 # doc/examples/
41 doc/examples/Makefile
42 doc/examples/Makefile.in
44 # /src/
45 /src/.deps
46 /src/Makefile.in
47 /src/Makefile
48 /src/*.o
49 /src/authors.h
50 /src/config.h
51 /src/config.h.in
52 /src/libviking.a
53 /src/stamp-h1
54 /src/viking
55 /src/viking.desktop
56 /src/vikenumtypes.h
57 /src/vikenumtypes.c
59 # /src/icons/
60 /src/icons/.deps
61 /src/icons/Makefile.in
62 /src/icons/Makefile
63 /src/icons/*.h
64 /src/icons/icons.c
65 /src/icons/icons.o
66 /src/icons/libicons.a
68 # /test/
69 /test/.deps
70 /test/Makefile.in
71 /test/Makefile
72 /test/*.o
73 /test/gpx2gpx
74 /test/degrees_converter
75 /test/test_vikgotoxmltool
77 # /po/
78 /po/Makefile.in.in
79 /po/Makefile.in
80 /po/Makefile
81 /po/*.gmo
82 /po/POTFILES
83 /po/.intltool-merge-cache
84 /po/stamp-it