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
Steve Penrod 2019-03-04 14:42:54 -06:00
parent 3f827f7faf
commit cb9713a37e
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -5,7 +5,7 @@ dev.env
*.swp
*~
mimic
./skills
/skills
pocketsphinx-python
*.egg-info/
build