IEEERobotics / high-level

CV, localization, mapping, planning, and generally anything that will run on the PandaBoard
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Remove compiled code from repo #10

Closed dfarrell07 closed 11 years ago

dfarrell07 commented 11 years ago

There are a large number of .pyc files in the repo. It's a best-practice to not clutter the repo with compiled code. They should be removed and .gitignore should be extended to avoid tracking .pyc files. This goes for any other types of compiled code that we may generate in the future.

napratin commented 11 years ago

Where did you see .pyc files in the repo, @dfarrell07? I thought the high-level .gitignore already ignores .pyc files. I've cleaned up .so and other generated files from the comm package recently.

dfarrell07 commented 11 years ago

You're totally right @napratin, they are just in my local version. Closing this misguided issue, lol.