bpo-23469: Delete Wing IDE configuration files (GH-30067)

This commit is contained in:
Kumar Aditya 2021-12-14 18:31:13 +05:30 committed by GitHub
parent 9130a4d620
commit d46d08d947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 50 deletions

View File

@ -16,7 +16,6 @@ Porting Mini-FAQ on porting to new platforms
python-config.in Python script template for python-config python-config.in Python script template for python-config
python.man UNIX man page for the python interpreter python.man UNIX man page for the python interpreter
python.pc.in Package configuration info template for pkg-config python.pc.in Package configuration info template for pkg-config
python-wing*.wpr Wing IDE project file
README The file you're reading now README The file you're reading now
README.AIX Information about using Python on AIX README.AIX Information about using Python on AIX
README.coverity Information about running Coverity's Prevent on Python README.coverity Information about running Coverity's Prevent on Python

View File

@ -1,13 +0,0 @@
#!wing
#!version=3.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
'excludes': [u'Lib/__pycache__'],
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-type = 'shared'

View File

@ -1,18 +0,0 @@
#!wing
#!version=4.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
'excludes': [u'.hg',
u'Lib/unittest/__pycache__',
u'Lib/unittest/test/__pycache__',
u'Lib/__pycache__',
u'build',
u'Doc/build'],
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-type = 'shared'

View File

@ -1,18 +0,0 @@
#!wing
#!version=5.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
'excludes': [u'.hg',
u'Lib/unittest/__pycache__',
u'Lib/unittest/test/__pycache__',
u'Lib/__pycache__',
u'build',
u'Doc/build'],
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-type = 'shared'