From 64f36feb7f2dd7a4f0de759fca6127a991267619 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Thu, 16 Jan 2020 12:19:22 -0500 Subject: [PATCH] Update .gitignore and Makefile Minor fixes: * Ignore .latest_version in the root directory actually. * Make a new zimfw.zsh also when the LICENSE changes. --- .gitignore | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 $< >| $@