Source tree plugin should ignore *.pyc and *.pyo files
Bug #1198870 reported by
Kazade
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scratch |
Fix Released
|
Wishlist
|
Mario Guerriero |
Bug Description
When using Scratch to edit a Python project, the source tree plugin is cluttered up with a *.pyc file for each .py file. Seeing as *.pyc (compiled Python) files are uneditable in Scratch they should be ignored in the tree. The same is true of *.pyo (optimized) files.
There might be a similar case for C/C++ projects and *.o object files but I haven't tested that.
Changed in scratch: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
milestone: | none → 2.1 |
Changed in scratch: | |
milestone: | 2.0.1 → 2.1 |
Changed in scratch: | |
assignee: | nobody → Mario Guerriero (mefrio-g) |
status: | Confirmed → Fix Released |
To post a comment you must log in.