Commit 81f766d7af5b0561bb2ede5fe37bc29e10fe7892
1 parent
51934d2d98
Explain the new ignores in the gitignore file.
Showing 1 changed file with 2 additions and 3 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 | # If the $ADOTDIR is the same as the antigen's clone directory itself, the |
8 | # following would be shown as untracked. | ||
8 | repos/ | 9 | repos/ |
9 | |||
10 | # Ignore the revert-info file | ||
11 | revert-info | 10 | revert-info |