Mercurial > audlegacy-plugins
annotate .hgignore @ 3174:8106e1b31115
alsa-ng: alsaplug_written_time(), alsaplug_output_time(): Lock pcm_state_mutex.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 15 May 2009 16:12:30 -0500 |
parents | af3d529a7c74 |
children |
rev | line source |
---|---|
2681 | 1 syntax: regexp |
2 ^aclocal\.m4 | |
3 ^autom4te\.cache | |
4 ^audacious\.pc | |
5 ^audclient\.pc | |
6 ^buildsys\.mk | |
7 ^config\.h | |
8 ^config\.h\.in | |
9 ^config\.log | |
10 ^config\.status | |
11 ^configure | |
12 ^extra\.mk | |
13 ^po/Makefile | |
14 ^po/Makefile\.in | |
15 ^po/POTFILES | |
16 ^po/stamp-po | |
17 syntax: glob | |
18 .deps | |
19 *.a | |
20 *.dylib | |
21 *.gmo | |
22 *.o | |
23 *.so | |
24 *~ | |
25 *.swp | |
26 *.patch | |
27 *.diff |