Selaa lähdekoodia

Corrected regex to ignore shell files in root dir

Jeremy Stretch 9 vuotta sitten
vanhempi
commit
9aa0972a8c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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