annotate .hgignore @ 3162:e387614b9be9
alsa-ng: Import rewritten ALSA plugin. This is still woefully incomplete, but supports basic playback.
This driver uses the "safe" ALSA API subset, including use of blocking I/O.
Right now, it is hardcoded to use "default".
Do not complain about bugs in this plugin.
author |
William Pitcock <nenolod@atheme.org> |
date |
Thu, 14 May 2009 21:05:11 -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
|