This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 156229 - Ignore .pyc files in Python module
Summary: Ignore .pyc files in Python module
Status: CLOSED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker with 1 vote (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-02 13:39 UTC by jsober
Modified: 2017-06-23 08:06 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jsober 2009-01-02 13:39:49 UTC
The Python module should by default add .pyc and .pyo files to the ignore pattern in settings/miscellaneous/files:

^(CVS|SCCS|vssver\.scc|#.*#|%.*%|\.(cvsignore|svn|DS_Store)|.*\.py(c|o))$|^\.[#_]|~$
Comment 1 Jenselme 2017-06-22 20:29:34 UTC
This was done some time ago and is part of the current release.
Comment 2 Jiri Kovalsky 2017-06-23 08:06:22 UTC
Thanks for your evaluation Julien. Reporter, if you think your issue is still valid and needs to be addressed, don't hesitate to reopen it with additional information. Closing for now.