Skip to content
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

Update .gitignore to ignore pyc files; describe what they're for. #28

Merged
merged 1 commit into from Jan 13, 2020

Conversation

@gerph
Copy link
Contributor

gerph commented Jan 12, 2020

The addition of Python 2 (separately) means that we need to ignore the compiled
files that Python 2 creates which are not in the __pycache__
directory. This is added to the .gitignore file to make things
consistent.

To make the rest of the file clearer, the sections have been
annotated to show why they're being ignored.

A timeout-* rule has also been added, as this can happen when
there are hangs triggered by the fuzzer.

The .idea exclusion has been removed as it's not generated by
nor anything to do with the product. Users who have use editors
or tools which create files should use the global configuration
of their local system, rather than include them in the
project-specific .gitignore files.

The addition of Python 2 means that we need to ignore the compiled
files that Python 2 creates which are not in the __pycache__
directory. This is added to the .gitignore file to make things
consistent.

To make the rest of the file clearer, the sections have been
annotated to show why they're being ignored.

A timeout-* rule has also been added, as this can happen when
there are hangs triggered by the fuzzer.

The .idea exclusion has been removed as it's not generated by
nor anything to do with the product. Users who have use editors
or tools which create files should use the global configuration
of their local system, rather than include them in the
project-specific .gitignore files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.