update .gitignore by umarcor · Pull Request #586 · VUnit/vunit

Conversation

@umarcor

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

…tificial out', for gitignore pick it

felixn

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?