Commit f87f14c2610c2b4ae4f2106f996590d094853bbf
1 parent
d85e4b79d7
Ignore revert-info
It looks like antigen update spit out an untracked file called `revert-info`, this keeps it out of git.
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 | 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 |