ExplodingCabbage / sublime-gitignorer

Sublime plugin that excludes from your Sublime project any files ignored by git
Do What The F*ck You Want To Public License
76 stars 11 forks source link

libconv-2.dll error #17

Open blakehawkins opened 9 years ago

blakehawkins commented 9 years ago

Sublime crashes with an error that libconv-2.dll is missing.

Worth noting that I use cygwin for git. However, my windows environment also supports git through msysgit.

Also worth noting that all git commands used in https://github.com/ExplodingCabbage/sublime-gitignorer/blob/master/gitignore_plugin.py are working, when manually executed, without issue -

git rev-parse --is-inside-work-tree
git rev-parse --show-toplevel
git clean -ndX

and indeed as well git ls-files --others -i --exclude-standard.