]> git.street.me.uk Git - andy/viking.git/blame - .gitignore
Document previous import
[andy/viking.git] / .gitignore
CommitLineData
7bacc277
JJ
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
c502f9e8
GB
47/src/vikenumtypes.h
48/src/vikenumtypes.c
7bacc277
JJ
49
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
58
59# /test/
60/test/.deps
61/test/Makefile.in
62/test/Makefile
63
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