Re: git ls-files -o seems to ignore .gitignore

2014-10-27 Thread richard . palo
, git@vger.kernel.org > Envoyé: Lundi 27 Octobre 2014 09:31:56 > Objet: Re: git ls-files -o seems to ignore .gitignore > > Charles Bailey writes: > > > On Mon, Oct 27, 2014 at 07:16:49AM +0100, Richard PALO wrote: > >> Hash: SHA1 > >> > >> I

Re: git ls-files -o seems to ignore .gitignore

2014-10-27 Thread Matthieu Moy
Charles Bailey writes: > On Mon, Oct 27, 2014 at 07:16:49AM +0100, Richard PALO wrote: >> Hash: SHA1 >> >> I'm having an issue in that 'git ls-files -o' seems to ignore >> [parts of] .gitignore whereas other commands, such as 'git status' >> seem fine. > > This is, as far as I am aware, by desig

Re: git ls-files -o seems to ignore .gitignore

2014-10-26 Thread Charles Bailey
On Mon, Oct 27, 2014 at 07:16:49AM +0100, Richard PALO wrote: > Hash: SHA1 > > I'm having an issue in that 'git ls-files -o' seems to ignore > [parts of] .gitignore whereas other commands, such as 'git status' > seem fine. This is, as far as I am aware, by design. If you want to apply the standar

git ls-files -o seems to ignore .gitignore

2014-10-26 Thread Richard PALO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm having an issue in that 'git ls-files -o' seems to ignore [parts of] .gitignore whereas other commands, such as 'git status' seem fine. Here is an example: > richard@omnis:/home/richard/src/pkgsrc$ export LANG=C > richard@omnis:/home/richard/src/