raylu 9 лет назад
Родитель
Сommit
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