Re: Wildcards with git rm

2017-10-29 Thread Junio C Hamano
RPS writes: > git rm doesn't seem to be very useful without the use of shell > wildcards, especially with the use of a .gitignore file. If a > .gitignore file is used, the git rm command does not consider the > .gitignore file, and errs out when an ignored file is present. Do you mean $

Wildcards with git rm

2017-10-28 Thread RPS
git rm doesn't seem to be very useful without the use of shell wildcards, especially with the use of a .gitignore file. If a .gitignore file is used, the git rm command does not consider the .gitignore file, and errs out when an ignored file is present. In my opinion, git rm should take .gitig