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

When running plugin new the generated .gitignore should include non-project files in test dummy #3066

Conversation

mikebannister
Copy link

The current behavior is that the ignored non-project files are hardcoded to test/dummy in the generated .gitignore. The patch makes .gitignore a template and ensures that the test dummy directory corresponds to the supplied path if the --dummy-path option is supplied (or not).

I included a sanity check test that passes for the current behavior and one for the new behavior.

Mike

P.s. First time committing, hope things look OK. Thanks!

@danreedy
Copy link

Just ran into this myself and was about to submit an issue. Glad I saw it was already done. Patch does as expected, nice work!

@vijaydev
Copy link
Member

Closing since #3591 was merged.

@vijaydev vijaydev closed this Nov 16, 2011
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.

None yet

3 participants