sugarlabs / flappy-birds-activity

An arcade game for Sugar XOs.
1 stars 13 forks source link

Backup files can be removed #1

Closed quozl closed 8 years ago

quozl commented 9 years ago

Editor backup files are in the .xo and the repository; files ending with tilde ~. These make the bundle larger than it needs to be.

davelab6 commented 8 years ago

I agree with @quozl that these should be removed :)

iamutkarshtiwari commented 8 years ago

@quozl @davelab6 I am unable to find such files in the repository. I am sure that I included those file extensions in the .gitignore.

quozl commented 8 years ago

@iamutkarshtiwari, sorry you couldn't find them ... there is an activity.info~ in flappy_birds-2.xo, which you only just now removed in 92106334e3375420eb0e7a2fb012350c01e61d03. At time this issue was opened, flappy_birds-1.xo was the latest release, and the files were;

score.pkl~
welcomescreen.py~
elements.py~
scorescreen.py~
activity
main.py~

Your .gitignore could be simplified to *~

Also remember to use a pristine or cleaned clone to create the bundle. Because .gitignore is not used by python setup.py dist_xo.