Browse Source

Corrected regex to ignore shell files in root dir

Jeremy Stretch 9 years ago
parent
commit
9aa0972a8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -1,6 +1,6 @@
 *.pyc
 configuration.py
 .idea
-./*.sh
+/*.sh
 fabfile.py