FlaminMad / researchProject

Level Control Research Project Repo
MIT License
0 stars 0 forks source link

git ignore *.pyc #2

Closed pet1330 closed 9 years ago

pet1330 commented 9 years ago

In the root of your project you should have a hidden file named

.gitignore

you need to add to the bottom of it

*.pyc

If the file dos not exists just create one and add the line. (remember to check you've got hidden files shown first though) :stuck_out_tongue:

FlaminMad commented 9 years ago

File created and added as requested :+1: