Browse Source

ignore .gitignore too

raylu 9 years ago
parent
commit
c50030583d
1 changed files with 1 additions and 1 deletions
  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