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

2014-10-27 Thread richard . palo
Well, ok. Not very intuitive, so I added an alias in .gitconfig... 'ls = ls-files --exclude-standard' and that seems to work now alright for me. Thanks - Mail original - > De: "Matthieu Moy" > À: "Charles Bailey" > Cc: "Richard PALO"

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/