|
Revision 225, 1.0 kB
(checked in by Dan Pascu <dan@ag-projects.com>, 7 months ago)
|
|
Ignore empty doc dir in wingide project
|
| Line | |
|---|
| 1 | #!wing |
|---|
| 2 | #!version=3.0 |
|---|
| 3 | ################################################################## |
|---|
| 4 | # Wing IDE project file # |
|---|
| 5 | ################################################################## |
|---|
| 6 | [project attributes] |
|---|
| 7 | proj.directory-list = [{'dirloc': loc('.'), |
|---|
| 8 | 'excludes': [u'_darcs', |
|---|
| 9 | u'mediaproxy/interfaces/system/libiptc', |
|---|
| 10 | u'dist', |
|---|
| 11 | u'doc'], |
|---|
| 12 | 'filter': 'All Source Files', |
|---|
| 13 | 'include_hidden': 1, |
|---|
| 14 | 'recursive': 1, |
|---|
| 15 | 'watch_for_changes': 1}, |
|---|
| 16 | {'dirloc': loc('doc/man'), |
|---|
| 17 | 'excludes': (), |
|---|
| 18 | 'filter': '*', |
|---|
| 19 | 'include_hidden': 0, |
|---|
| 20 | 'recursive': 1, |
|---|
| 21 | 'watch_for_changes': 1}] |
|---|
| 22 | proj.file-type = 'shared' |
|---|