赞
踩
1.cd ->git program path
2.touch .gitignore
3.vim .gitignore
1). obey the rule of .gitignore
2).e.g. /build/
3).e.g. temp.o
4).*.o //all file with suffix of .o
4.git status //check status of git,find the untracked files:.gitignore
5.git add .gitignore
6.git commit -m updated.gitignore
7.git push
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。