Mercurial > audlegacy-plugins
annotate .hgignore @ 3045:85f036d3e641
Added tag audacious-plugins-2.0-alpha1 for changeset c5fbafe09e1e
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Thu, 16 Apr 2009 16:53:42 -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 |