Update .gitignore and Makefile

Minor fixes:
* Ignore .latest_version in the root directory actually.
* Make a new zimfw.zsh also when the LICENSE changes.
pull/370/head
Eric Nielsen 4 years ago
parent 1341afe525
commit 64f36feb7f
No known key found for this signature in database
GPG Key ID: 47D1DBFA0765A1FB
  1. 2
      .gitignore
  2. 2
      Makefile

2
.gitignore vendored

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

@ -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…
Cancel
Save