Add log dump
[lash.git] / .gitignore
blob18fc436416adab61f61f65dd0ab1fff71e268504
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 *.o
9 /TAGS
11 # /
12 /Makefile
13 /Makefile.in
14 /aclocal.m4
15 /autom4te.cache
16 /config.guess
17 /config.h
18 /config.h.in
19 /config.log
20 /config.status
21 /config.sub
22 /configure
23 /lash-1.0.pc
24 /libtool
25 /ltmain.sh
26 /stamp-h1
27 /install-sh
28 /depcomp
29 /missing
30 /compile
31 /svnversion_regenerate.sh
32 /svnversion.h
34 # /clients/
35 /clients/Makefile
36 /clients/Makefile.in
38 # /clients/panel/
39 /clients/panel/.deps
40 /clients/panel/.libs
41 /clients/panel/Makefile
42 /clients/panel/Makefile.in
43 /clients/panel/lash_panel
45 # /clients/save_button/
46 /clients/save_button/.deps
47 /clients/save_button/.libs
48 /clients/save_button/Makefile
49 /clients/save_button/Makefile.in
50 /clients/save_button/lash_save_button
52 # /clients/shell/
53 /clients/shell/.deps
54 /clients/shell/.libs
55 /clients/shell/Makefile
56 /clients/shell/Makefile.in
57 /clients/shell/lash_shell
58 /clients/shell/safety.c
60 # /clients/simple_client/
61 /clients/simple_client/.deps
62 /clients/simple_client/.libs
63 /clients/simple_client/Makefile
64 /clients/simple_client/Makefile.in
65 /clients/simple_client/lash_simple_client
66 /clients/simple_client/lash_simple_client_newapi
68 # /clients/synth/
69 /clients/synth/.deps
70 /clients/synth/.libs
71 /clients/synth/Makefile
72 /clients/synth/Makefile.in
73 /clients/synth/lash_synth
75 # /common/
76 /common/Makefile.in
77 /common/Makefile
79 # /dbus/
80 /dbus/.deps
81 /dbus/Makefile
82 /dbus/Makefile.in
83 /dbus/liblashdbus.a
84 /dbus/safety.c
86 # /docs/
87 /docs/Makefile
88 /docs/Makefile.in
89 /docs/html-manual-stamp
90 /docs/lash-manual.texi
92 # /docs/lash-manual-html-one-page/
93 /docs/lash-manual-html-one-page/Makefile
94 /docs/lash-manual-html-one-page/Makefile.in
95 /docs/lash-manual-html-one-page/lash-manual.html
97 # /docs/lash-manual-html-split/
98 /docs/lash-manual-html-split/Makefile
99 /docs/lash-manual-html-split/Makefile.in
100 /docs/lash-manual-html-split/lash-manual/*.html
102 # /icons/
103 /icons/Makefile
104 /icons/Makefile.in
106 # /lash/
107 /lash/Makefile
108 /lash/Makefile.in
110 # /lashd/
111 /lashd/.deps
112 /lashd/.libs
113 /lashd/Makefile
114 /lashd/Makefile.in
115 /lashd/lashd
116 /lashd/safety.c
117 /lashd/org.nongnu.lash.service
119 # /liblash/
120 /liblash/*.lo
121 /liblash/.deps
122 /liblash/.libs
123 /liblash/Makefile
124 /liblash/Makefile.in
125 /liblash/liblash.la
126 /liblash/safety.c
127 /liblash/signal.c
128 /liblash/service.c
129 /liblash/object_path.c
130 /liblash/method.c
131 /liblash/introspection.c
132 /liblash/interface.c
133 /liblash/error.c
135 # /m4/
136 /m4/Makefile
137 /m4/Makefile.in
139 # /pylash/
140 /pylash/.deps
141 /pylash/.libs
142 /pylash/Makefile.in
143 /pylash/Makefile
144 /pylash/lash.py
145 /pylash/lash_wrap.c
146 /pylash/_lash.la
147 /pylash/lash.lo
148 /pylash/lash_wrap.lo