Skip to content

Conversation

xiongchiamiov
Copy link
Contributor

Python bytecode files are automatically generated when necessary, and will
change from version to version of Python, thus making them unsuitable for
inclusion in a VCS.

You can avoid this in the future by adding *.pyc to your global
.gitignore
.

Python bytecode files are automatically generated when necessary, and will change from version to version of Python, thus making them unsuitable for inclusion in a VCS. You can avoid this in the future by adding `*.pyc` to [your global .gitignore][0]. [0]: https://help.github.com/articles/ignoring-files#global-gitignore
glamp added a commit that referenced this pull request Jan 26, 2014
@glamp glamp merged commit c06a4d3 into glamp:master Jan 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants