author | cgandhi <chandradeep.gandhi@sasken.com> |
Wed, 23 Jun 2010 19:51:49 +0530 | |
changeset 14 | a469c0e6e7fb |
parent 13 | b5d63d5fc252 |
child 25 | a180113055cb |
permissions | -rw-r--r-- |
10 | 1 |
syntax: regexp |
2 |
^.*~$ |
|
13
b5d63d5fc252
Basic functionality on desktop server build. Started a test for GetServices
James Aley <jamesa@symbian.org>
parents:
11
diff
changeset
|
3 |
^.*\.user$ |
10 | 4 |
^.*\.o$ |
5 |
^.*moc_.*$ |
|
13
b5d63d5fc252
Basic functionality on desktop server build. Started a test for GetServices
James Aley <jamesa@symbian.org>
parents:
11
diff
changeset
|
6 |
^.*\.moc$ |
10 | 7 |
^.*Makefile.*$ |
13
b5d63d5fc252
Basic functionality on desktop server build. Started a test for GetServices
James Aley <jamesa@symbian.org>
parents:
11
diff
changeset
|
8 |
^bin/.*$ |
14
a469c0e6e7fb
changes for SmfPost, SmfCredentialMgr, PLuginManager, SmfServer. Adding Sample Plugins and Sample Client Applications.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
13
diff
changeset
|
9 |
^tmp |
a469c0e6e7fb
changes for SmfPost, SmfCredentialMgr, PLuginManager, SmfServer. Adding Sample Plugins and Sample Client Applications.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
13
diff
changeset
|
10 |
^.*\bld.inf |