git status 해보면 가끔 의도치 않게 파일이 추가 되어있는 경우가 있다 (modified 로 보임).
git rm --cached [filenames]
refs:
http://www.devdaily.com/git/git-rm-file-git-repository-dont-track-accidentally-added
http://source.kohlerville.com/2009/02/untrack-files-in-git/
happy hackin'