您的位置:首页 > 其它

.gitignore无效,不能过滤某些文件

2015-04-16 09:18 246 查看
同事创建的ignore文件,从服务器上pull下来后,本级的ignore不能过滤bin文件,参考如下文章解决

1.http://blog.csdn.net/zhangjs0322/article/details/37658669

2.http://stackoverflow.com/questions/14046341/how-to-remove-bin-from-egit-versioning-after-accidentally-including-it-gitign

主要命令:

Remove 'bin' from gitignore
git rm -f bin
commit
add 'bin' back to gitignore
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: