]> git.street.me.uk Git - andy/viking.git/blob - .gitignore
Document external tools
[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
30 # /doc/
31 /doc/Makefile.in
32 /doc/Makefile
33 /doc/viking-remote.1
34 /doc/viking.1
35
36 # /doc/dev/
37 /doc/dev/Makefile.in
38 /doc/dev/Makefile
39
40 # /src/
41 /src/.deps
42 /src/Makefile.in
43 /src/Makefile
44 /src/*.o
45 /src/authors.h
46 /src/config.h
47 /src/config.h.in
48 /src/libviking.a
49 /src/stamp-h1
50 /src/viking
51 /src/viking.desktop
52 /src/vikenumtypes.h
53 /src/vikenumtypes.c
54
55 # /src/icons/
56 /src/icons/.deps
57 /src/icons/Makefile.in
58 /src/icons/Makefile
59 /src/icons/*.h
60 /src/icons/icons.c
61 /src/icons/icons.o
62 /src/icons/libicons.a
63
64 # /test/
65 /test/.deps
66 /test/Makefile.in
67 /test/Makefile
68
69 # /po/
70 /po/Makefile.in.in
71 /po/Makefile.in
72 /po/Makefile
73 /po/*.gmo
74 /po/POTFILES
75 /po/.intltool-merge-cache
76 /po/stamp-it