Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2690] Tooling: new projects don't add .gitignore to ignore autogenerated *.pyc files

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2016-08-19T17:11:41.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsgit, tooling
ReporterPaul Dowsett
AssigneeIngo Muschenetz
Created2011-04-15T03:27:08.000+0000
Updated2017-03-16T21:30:56.000+0000

Description

This means that pyc files can easily be inadvertently added to versioning control, and consequently cause annoyance when switching branches (as changes must be resolved/stashed/committed) before switching.

Comments

  1. hal 2011-04-15

    To reproduce:

    • create new project
    • git init - add everything to repo and commit
    • launch app
    • close emu
    • attempt to switch/checkout branch - note that the modification to plugins/ti.log/plugin.pyc prevents it
  2. Chris Barber 2016-08-19

    They plugin.pyc files relate to the old Python-based plugin system which as been unsupported since Titanium SDK 3.0.0 (released 12/14/2012).
  3. Lee Morris 2017-03-16

    Closing ticket as the issue won't fix.

JSON Source