Update .gitignore and Makefile
Minor fixes: * Ignore .latest_version in the root directory actually. * Make a new zimfw.zsh also when the LICENSE changes.
This commit is contained in:
parent
1341afe525
commit
64f36feb7f
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,7 +2,7 @@
|
|||
*.zwc
|
||||
*.zwc.old
|
||||
/modules/
|
||||
.latest_version
|
||||
/.latest_version
|
||||
/init.zsh
|
||||
/init.zsh.old
|
||||
/login_init.zsh
|
||||
|
|
2
Makefile
2
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 $< >| $@
|
||||
|
|
Loading…
Reference in a new issue