看了这篇文章的方法http://cooliron.blog.163.com/blog/static/1247031382013023103231950/
有点麻烦, 而且我的代码里link很多,很难弄, 有没有简单的方法?
举例:
我要track /feeds/oldpackages/net/coova-chilli/Makefile 这个文件, 而不track feeds里面的所有其他文件. .gitignore要怎么配置?
/feeds/oldpackages/net/coova-chilli/Makefile
feeds
光阴似箭催人老,日月如移越少年。
Dalam .gitignore abaikan sahaja feeds/ Kemudian git add -f /feeds/oldpackages/net/coova-chilli/Makefile
.gitignore
feeds/
git add -f /feeds/oldpackages/net/coova-chilli/Makefile
Itu sahaja
/feeds/* !/feeds/oldpackages/net/coova-chilli/Makefile
Dalam
.gitignore
abaikan sahajafeeds/
Kemudian
git add -f /feeds/oldpackages/net/coova-chilli/Makefile
Itu sahaja