diff --git a/.gitignore b/.gitignore index 36d5242..8de43b8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ *.zwc *.zwc.old /modules/ -.latest_version +/.latest_version /init.zsh /init.zsh.old /login_init.zsh diff --git a/Makefile b/Makefile index 5f43035..ae43292 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -srcfiles := src/zimfw.zsh.erb $(wildcard src/*/*.erb) +srcfiles := src/zimfw.zsh.erb $(wildcard src/*/*.erb) LICENSE zimfw.zsh: $(srcfiles) erb $< >| $@