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:
Eric Nielsen 2020-01-16 12:19:22 -05:00
parent 1341afe525
commit 64f36feb7f
No known key found for this signature in database
GPG Key ID: 47D1DBFA0765A1FB
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -2,7 +2,7 @@
*.zwc
*.zwc.old
/modules/
.latest_version
/.latest_version
/init.zsh
/init.zsh.old
/login_init.zsh

View File

@ -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 $< >| $@