Commit 60a843102d7f59b300a89dfaed735a71fcd2196d
Merge pull request #70 from eMxyzptlk/patch-1
Ignore the repos folder
Showing 1 changed file 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 |