【发布时间】:2010-10-26 05:53:11
【问题描述】:
超级快的。这是我的 .gitignore(在我的 repo 的根级别
# Makefile stuff
LIVE-*
.install-post-all
当我这样做时,LIVE-* 位不起作用:
$ git status
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# pm-h8/etc/apache2/conf.d/LIVE-vhost
nothing added to commit but untracked files present (use "git add" to track)
我做错了什么?
【问题讨论】: