From 627ac7472ad54b1240774dc9085ab005fbabc943 Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Fri, 23 Jul 2010 11:21:47 +0200 Subject: will manage exclude list another, more clever way --- install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index a14c8c8..40499af 100644 --- a/install.sh +++ b/install.sh @@ -53,10 +53,8 @@ EOF git add fugitive/templates/* fugitive.css >/dev/null git commit -m "fugitive inital import" >/dev/null echo "done." - echo -n "Preventing git to track generated html files... " - (base64 -d | gunzip) > .git/info/exclude < .git/info/exclude echo "done." cd - echo "Installation complete, please see the README file for an howto." -- cgit v1.2.3