소스 검색

Corrected regex to ignore shell files in root dir

Jeremy Stretch 10 년 전
부모
커밋
9aa0972a8c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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