From bbd72509b58bc2293137034863dc67bd071575c8 Mon Sep 17 00:00:00 2001 From: Michael Foord Date: Sat, 20 Nov 2010 17:47:30 +0000 Subject: Adding Wing 4 (IDE) project file --- Misc/python-wing.wpr | 13 ------------- Misc/python-wing3.wpr | 13 +++++++++++++ Misc/python-wing4.wpr | 15 +++++++++++++++ 3 files changed, 28 insertions(+), 13 deletions(-) delete mode 100644 Misc/python-wing.wpr create mode 100644 Misc/python-wing3.wpr create mode 100644 Misc/python-wing4.wpr diff --git a/Misc/python-wing.wpr b/Misc/python-wing.wpr deleted file mode 100644 index b1d905d..0000000 --- a/Misc/python-wing.wpr +++ /dev/null @@ -1,13 +0,0 @@ -#!wing -#!version=3.0 -################################################################## -# Wing IDE project file # -################################################################## -[project attributes] -proj.directory-list = [{'dirloc': loc('..'), - 'excludes': (), - 'filter': '*', - 'include_hidden': False, - 'recursive': True, - 'watch_for_changes': True}] -proj.file-type = 'shared' diff --git a/Misc/python-wing3.wpr b/Misc/python-wing3.wpr new file mode 100644 index 0000000..b1d905d --- /dev/null +++ b/Misc/python-wing3.wpr @@ -0,0 +1,13 @@ +#!wing +#!version=3.0 +################################################################## +# Wing IDE project file # +################################################################## +[project attributes] +proj.directory-list = [{'dirloc': loc('..'), + 'excludes': (), + 'filter': '*', + 'include_hidden': False, + 'recursive': True, + 'watch_for_changes': True}] +proj.file-type = 'shared' diff --git a/Misc/python-wing4.wpr b/Misc/python-wing4.wpr new file mode 100644 index 0000000..c3f1537 --- /dev/null +++ b/Misc/python-wing4.wpr @@ -0,0 +1,15 @@ +#!wing +#!version=4.0 +################################################################## +# Wing IDE project file # +################################################################## +[project attributes] +proj.directory-list = [{'dirloc': loc('..'), + 'excludes': [u'Lib/__pycache__', + u'Doc/build', + u'build'], + 'filter': '*', + 'include_hidden': False, + 'recursive': True, + 'watch_for_changes': True}] +proj.file-type = 'shared' -- cgit v0.12