From 5cde43267280a604257c398273228aa4e4003df4 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Tue, 16 Aug 2011 13:18:05 +0300 Subject: [PATCH] Added push.sh to gitignore. It only pushes this to GitHub and GitHub gist. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 68e49d80..81a35d33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ # It seems that running install.sh causes ~ files in this git repo. They are lockfiles. *~ +# I am too lazy to push this to two places. +push.sh