git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* $GIT_DIR/info/exclude fails to negate a pattern defined by core.excludesfile
@ 2014-10-12  2:58 Dun Peal
  2014-10-12 14:48 ` Dun Peal
  2014-10-12 23:53 ` Duy Nguyen
  0 siblings, 2 replies; 4+ messages in thread
From: Dun Peal @ 2014-10-12  2:58 UTC (permalink / raw)
  To: Git ML

I have the pattern `*.out` defined in my `core.excludesfile`.
According to the documentation[1], patterns defined in
`$GIT_DIR/info/exclude` take precedence over `core.excludesfile`, so
for one particular project that needs to track some `.out` files, I
created `$GIT_DIR/info/exclude` with just one pattern: `!*.out`.

Yet for some reason, `git status` still fails to report newly created
`.out` files for that project. Am I misunderstanding the
documentation?

Thanks, D.

[1] http://jk.gs/gitignore.html

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

end of thread, other threads:[~2014-10-13 13:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-12  2:58 $GIT_DIR/info/exclude fails to negate a pattern defined by core.excludesfile Dun Peal
2014-10-12 14:48 ` Dun Peal
2014-10-12 23:53 ` Duy Nguyen
2014-10-13 13:23   ` Dun Peal

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).