Ignore the 'skills' symlink
The .gitignore wasn't ignoring the symlink that would be created in dev_setup.sh to point to /opt/mycroft/skills. The gitignore treats what looks like an absolute path "/skills" as relative to the repo.pull/2035/head
parent
3f827f7faf
commit
cb9713a37e
|
|
@ -5,7 +5,7 @@ dev.env
|
||||||
*.swp
|
*.swp
|
||||||
*~
|
*~
|
||||||
mimic
|
mimic
|
||||||
./skills
|
/skills
|
||||||
pocketsphinx-python
|
pocketsphinx-python
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
build
|
build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue