update .gitignore by umarcor · Pull Request #586 · VUnit/vunit
Conversation
| 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") |
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?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters