Mercurial > audlegacy-plugins
annotate .hgignore @ 3203:f5456241bff9 default tip
changed include path from audacious to audlegacy.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Tue, 10 Nov 2009 05:19:25 +0900 |
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 |