Commit 51934d2d9850f1d7aaf840d4a4da2dcab6c5ab6f
Merge pull request #72 from eMxyzptlk/patch-2
Ignore revert-info
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 | 6 | ||
7 | # Ignore the repos folder | 7 | # Ignore the repos folder |
8 | repos/ | 8 | repos/ |
9 | |||
10 | # Ignore the revert-info file | ||
11 | revert-info | ||
9 | 12 |