Browse Source

ignore .gitignore too

raylu 9 năm trước cách đây
mục cha
commit
c50030583d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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