Skip to content

Commit c35b4d1

Browse files
committed
also ignore files ending in .zwc.old
1 parent 933733e commit c35b4d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# zsh word code files (zcompile)
2-
*.zwc
1+
# zsh word code files (zcompile and zrecompile)
2+
*.zwc*

0 commit comments

Comments
 (0)