Преглед изворни кода

Corrected regex to ignore shell files in root dir

Jeremy Stretch пре 9 година
родитељ
комит
9aa0972a8c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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