tomr-stargazer / wuvars-orion

An auxiliary branch of WUVARS software developed for an Orion project; may be merged back into the main WUVARS development line soon.
1 stars 0 forks source link

Create a proper .gitignore file and track it #6

Closed tomr-stargazer closed 11 years ago

tomr-stargazer commented 11 years ago

My code folder is littered with untracked *.pyc files that show up in a "git status". Let's figure out how .gitignore works and take care of it all.

This carries for wuvars-proto, as well.

(As a total sidenote, someday when the code is all cleaned up and mature, AND if another ukirt/wfcam variability study comes into being, the relevant code from wuvars-proto and wuvars-orion should be merged into a proper wuvars package with unit tests, examples, a setup.py module, the works. I think I finally have the chops. But only if I need to show off a little bit.)

tomr-stargazer commented 11 years ago

Fixed with 20c4a8cb808dd3e1c827bbaff05b449ed773af27 .