Forráskód Böngészése

ignore .gitignore too

raylu 9 éve
szülő
commit
c50030583d
1 módosított fájl, 1 hozzáadás és 1 törlés
  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