소스 검색

ignore .gitignore too

raylu 9 년 전
부모
커밋
c50030583d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -26,7 +26,7 @@ def link_file(target, name):
 				raise
 
 for f in os.listdir('.'):
-	if f in [script, '.git']:
+	if f in [script, '.git', '.gitignore']:
 		continue
 
 	name = '../.' + f