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

Ignore the traits-stubs build directory in .gitignore #1687

Merged
merged 2 commits into from
Aug 9, 2022

Conversation

mdickinson
Copy link
Member

This PR updates .gitignore to ignore the traits-stubs build directory in addition to the main Traits build directory.

Copy link
Contributor

@corranwebster corranwebster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but probably want to ignore the dist subdirectory as well.

.gitignore Outdated
@@ -8,6 +8,7 @@
# Build directories
*.egg-info/
/build/
/traits-stubs/build/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And dist as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea; done.

@mdickinson mdickinson merged commit d503424 into main Aug 9, 2022
@mdickinson mdickinson deleted the fix/ignore-traits-stubs-build branch August 9, 2022 07:44
mdickinson added a commit that referenced this pull request Aug 9, 2022
This PR updates .gitignore to ignore the traits-stubs build and dist directories in addition to the main Traits build and dist directory.

(cherry picked from commit d503424)
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