i want to commit my changes, but git hangout, when i run
git add .
i rerun it using -v option, then i get
add 'dev/less/module/basic-structure/eo-featured.less'
add 'dev/less/module/page-content/content/.eo-cv.less.swo'
am using vim, that's why i guess that .swo file, i don't know what that is, but i don't need it, so i run:
git rm dev/less/module/page-content/content/.eo-cv.less.swo
the result was
fatal: pathspec 'dev/less/module/page-content/content/.eo-cv.less.swo' did not match any files
any ideas ?