git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* "git ls-files -i" does not shows ignored files on Windows
@ 2009-05-26 17:36 Constantine Plotnikov
  2009-05-27  3:37 ` Sitaram Chamarty
  0 siblings, 1 reply; 2+ messages in thread
From: Constantine Plotnikov @ 2009-05-26 17:36 UTC (permalink / raw)
  To: Git Mailing List

I have encountered a strange problem on Windows (cygwin git 1.6.1.2
and msys git version 1.6.2.2.1669.g7eaf8).

Lets execute the following sequence of commands:

git init
echo a >.gitignore
echo test >a
git ls-files -i --exclude-standard

The last command in the sequence gives an empty output. But "git
status" and "git ls-files -o --exclude-standard" show only
".gitignore" file as untracked. So the file "a" is considered as
ignored by git, but it is not displayed in output "git ls-files -i
--exclude-standard".

Does the bug happen on other platforms and versions of git?

Regards,
Constantine

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-27  3:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-26 17:36 "git ls-files -i" does not shows ignored files on Windows Constantine Plotnikov
2009-05-27  3:37 ` Sitaram Chamarty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).