Skip to content

Remove Python bytecode #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 26, 2014
Merged

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants