From 3abfac0cbd8a1e543349ae83e6abefe76c6facd2 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 28 Aug 2015 15:08:18 -0400 Subject: No longer track my SSH keys in Git --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f9047b6..7e19209 100755 --- a/Makefile +++ b/Makefile @@ -26,10 +26,7 @@ LOCAL_FILES = \ # GPG encrypted files GPG_FILES = \ - .mutt/alias.rc \ - .ssh/id_ecdsa \ - .ssh/id_rsa \ - .ssh/id_rsa.lambda + .mutt/alias.rc # Files that are system independent. # IMPORTANT: directories must have trailing slash @@ -122,7 +119,7 @@ all: clean build # build/LOCAL_FILES targets overwrite what was copied in GLOBAL_FILES. BUILD = $(patsubst %,build/%,$(GLOBAL_FILES) $(LOCAL_FILES) $(GPG_FILES)) -build: $(BUILD) emacsen fonts build/bin/msmtp/msmtp-default +build: $(BUILD) fonts build/bin/msmtp/msmtp-default # We must force these with a phony target, otherwise, make will see that they're # already there (for example, from installing the rest of .mutt or .zsh) and -- cgit v1.2.3