Commit 5e9b0f9b48f5b92ff349c3764a71510c22d65283
1 parent
8eabe7c7d5
Ignore the repos folder
Showing 1 changed file with 3 additions and 0 deletions Inline Diff
.gitignore
1 | # Running tests creates this completion dump file. | 1 | # Running tests creates this completion dump file. |
2 | tests/.zcompdump | 2 | tests/.zcompdump |
3 | 3 | ||
4 | # Test failure reports | 4 | # Test failure reports |
5 | tests/*.t.err | 5 | tests/*.t.err |
6 | |||
7 | # Ignore the repos folder | ||
8 | repos/ | ||
6 | 9 |