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)
commit6db823cf4b44f235b5e1da8ec1fe3c3cd63647fe
tree706565b4270210520102598ab7f58226d952aac4
parent64d5aea30062ce9f3ce7c62be8ae65e776cbfee2
Fix up .gitignore for top-level file patterns

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