Ignore *-test/ directories
This commit is contained in:
parent
07eea4e261
commit
a70536e0f2
7
.gitignore
vendored
7
.gitignore
vendored
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user