Add copyright
[viking/guyou.git] / .gitignore
blobf464d9a945ff476b145422e8b2f6a07528410734
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 # *~
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
25 # /doc/
26 /doc/Makefile.in
27 /doc/Makefile
28 /doc/viking-remote.1
29 /doc/viking.1
31 # /doc/dev/
32 /doc/dev/Makefile.in
33 /doc/dev/Makefile
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 /src/vikenumtypes.h
48 /src/vikenumtypes.c
50 # /src/icons/
51 /src/icons/.deps
52 /src/icons/Makefile.in
53 /src/icons/Makefile
54 /src/icons/*.h
55 /src/icons/icons.c
56 /src/icons/icons.o
57 /src/icons/libicons.a
59 # /test/
60 /test/.deps
61 /test/Makefile.in
62 /test/Makefile
64 # /po/
65 /po/Makefile.in.in
66 /po/Makefile.in
67 /po/Makefile
68 /po/*.gmo
69 /po/POTFILES
70 /po/.intltool-merge-cache
71 /po/stamp-it