]> git.street.me.uk Git - andy/viking.git/blob - .gitignore
Update translations from launchpad
[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 # /src/
36 /src/.deps
37 /src/Makefile.in
38 /src/Makefile
39 /src/*.o
40 /src/authors.h
41 /src/config.h
42 /src/config.h.in
43 /src/libviking.a
44 /src/stamp-h1
45 /src/viking
46 /src/viking.desktop
47
48 # /src/icons/
49 /src/icons/.deps
50 /src/icons/Makefile.in
51 /src/icons/Makefile
52 /src/icons/*.h
53 /src/icons/icons.c
54 /src/icons/icons.o
55 /src/icons/libicons.a
56
57 # /test/
58 /test/.deps
59 /test/Makefile.in
60 /test/Makefile
61
62 # /po/
63 /po/Makefile.in.in
64 /po/Makefile.in
65 /po/Makefile
66 /po/*.gmo
67 /po/POTFILES
68 /po/.intltool-merge-cache
69 /po/stamp-it