]> git.street.me.uk Git - andy/viking.git/blob - .gitignore
Add a 'home' default location preference.
[andy/viking.git] / .gitignore
1 # git-ls-files --others --exclude-from=.git/info/exclude
2 # Lines that start with '#' are comments.
3 # For a project mostly in C, the following would be a good set of
4 # exclude patterns (uncomment them if you want to use them):
5 # *.[oa]
6 *~
7
8 # /
9 /Makefile.in
10 /Makefile
11 /aclocal.m4
12 /autom4te.cache
13 /configure
14 /config.log
15 /config.status
16 /depcomp
17 /install-sh
18 /intltool-extract.in
19 /intltool-merge.in
20 /intltool-update.in
21 /missing
22 /mkinstalldirs
23 /viking.spec
24
25 # /doc/
26 /doc/Makefile.in
27 /doc/Makefile
28 /doc/viking-remote.1
29 /doc/viking.1
30
31 # /doc/dev/
32 /doc/dev/Makefile.in
33 /doc/dev/Makefile
34
35 # doc/examples/
36 doc/examples/Makefile
37 doc/examples/Makefile.in
38
39 # /src/
40 /src/.deps
41 /src/Makefile.in
42 /src/Makefile
43 /src/*.o
44 /src/authors.h
45 /src/config.h
46 /src/config.h.in
47 /src/libviking.a
48 /src/stamp-h1
49 /src/viking
50 /src/viking.desktop
51 /src/vikenumtypes.h
52 /src/vikenumtypes.c
53
54 # /src/icons/
55 /src/icons/.deps
56 /src/icons/Makefile.in
57 /src/icons/Makefile
58 /src/icons/*.h
59 /src/icons/icons.c
60 /src/icons/icons.o
61 /src/icons/libicons.a
62
63 # /test/
64 /test/.deps
65 /test/Makefile.in
66 /test/Makefile
67
68 # /po/
69 /po/Makefile.in.in
70 /po/Makefile.in
71 /po/Makefile
72 /po/*.gmo
73 /po/POTFILES
74 /po/.intltool-merge-cache
75 /po/stamp-it