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 #586

Merged
merged 3 commits into from
Nov 16, 2019
Merged

update .gitignore #586

merged 3 commits into from
Nov 16, 2019

Conversation

umarcor
Copy link
Member

@umarcor umarcor commented Nov 14, 2019

Some minor fixes to .gitignore, plus ensuring that all temporal output directories end in *_out.

@eine eine merged commit 017e0c5 into VUnit:master Nov 16, 2019
@umarcor umarcor deleted the gitignore branch November 17, 2019 01:31
@@ -26,7 +26,7 @@ class TestVunitArtificial(unittest.TestCase):

def setUp(self):
# Spaces in path intentional to verify that it is supported
self.output_path = join(dirname(__file__), "artificial out")
self.output_path = join(dirname(__file__), "artificial_out")
Copy link
Contributor

Choose a reason for hiding this comment

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

The comment in the line above makes me think that it was a concious decision to use a space instead of an underscore.
Why not simply vunit/test/acceptance/artificial\ out in .gitignore?

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