想要忽略相关文件, 需要添加一个 .gitignore 文件
比如说,我想忽略和 buildroot-2017.02.8 有关的文件,那么,我只需要,在这个文件,添加一个文件名字就行buildroot-2017.02.8*
如果文件不起作用,需要进行如下操作
git rm -r --cached .// 然后再进行 git git add .git commit
本文共 184 字,大约阅读时间需要 1 分钟。
buildroot-2017.02.8*
git rm -r --cached .// 然后再进行 git git add .git commit
转载地址:http://hqgoo.baihongyu.com/