Don't symlink .git
This commit is contained in:
parent
0f714ed36e
commit
6ead96a44a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/local/bin/python3
|
||||
import os
|
||||
|
||||
ignore = {'setup.cmd', 'setup.py', 'setup.ps1', 'readme.md'}
|
||||
ignore = {'setup.cmd', 'setup.py', 'setup.ps1', 'readme.md', '.git'}
|
||||
|
||||
home = os.path.expanduser('~')
|
||||
source_files = [file for file in os.listdir(os.getcwd()) if file not in ignore]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue