summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-23 11:21:47 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-23 11:21:47 +0200
commit627ac7472ad54b1240774dc9085ab005fbabc943 (patch)
tree650e64670f9354cae56a6a0ff847821f204558c4 /install.sh
parentc2963c6f1f950b77201b4c237bae35c68bc86571 (diff)
will manage exclude list another, more clever way
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh6
1 files changed, 2 insertions, 4 deletions
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 <<EOF
-#INCLUDE:exclude#
-EOF
+ echo -n "Preventing git to track temp files... "
+ echo "*~" > .git/info/exclude
echo "done."
cd -
echo "Installation complete, please see the README file for an howto."