Ignore *-test/ directories

This commit is contained in:
Bert Van Vreckem 2017-01-20 10:56:31 +01:00
parent 07eea4e261
commit a70536e0f2

7
.gitignore vendored
View File

@ -9,5 +9,8 @@
# Vagrant base boxes (you never know when someone puts one in the repository) # Vagrant base boxes (you never know when someone puts one in the repository)
*.box *.box
# Ignore tests directory # Compiled Python
tests *.pyc
# Test directories. These are Git worktrees to separate test branches
*-tests/