Skip to content

Commit 4594aca

Browse files
authored
Merge pull request #86 from iroedius/master
also ignore files ending in .zwc.old
2 parents 933733e + c35b4d1 commit 4594aca

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)