Fix up .gitignore for top-level file patterns
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Mar 2010 00:30:23 +0000 (16:30 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Mar 2010 00:30:23 +0000 (16:30 -0800)
Some of the gitignore file patters were explicitly meant to be only for
the top level, but weren't marked that way, so they would trigger
recursively in subdirectories too.  Normally that was harmless, but at
least "linux" happened to trigger elsewhere too. Fix it up.

And other patterns in that section weren't necessarily top-level at all.

Reported-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
.gitignore

diff --cc .gitignore
Simple merge