From fba645fcaa33be3d5da75acdf7f7c37a37d8ae03 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 27 Jun 2016 22:48:24 -0400 Subject: [PATCH] Corrected regex to ignore shell files in root dir --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 83343ee0a..7628f9af7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *.pyc configuration.py .idea -./*.sh +/*.sh fabfile.py