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