From b877a74a49d522b2b38ebee7ae575b694a7f9f9f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 11 Aug 2013 12:09:07 +0200 Subject: [PATCH] .gitignore: ignore all .sh files. --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 50ce03a..c97f963 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -installer.sh -mklive.sh -mkrootfs.sh +*.sh