From: Alexey Dobriyan Date: Tue, 31 Jul 2007 07:37:25 +0000 (-0700) Subject: .gitignore update X-Git-Tag: upstream/snapshot3+hdmi~31713 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=96918a35a09f322d57c1a2d41e5b5ab24ea73991;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git .gitignore update Somehow I ended up with the following in tree: $ git status ... # Untracked files: # (use "git add ..." to include in what will be committed) # # fs/proc/root.o.FuMxJQ # net/ipv4/tcp_minisocks.o.geCDYR These are presumably temporary gcc files, which aren't interesting. Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/.gitignore b/.gitignore index a232295..27c3e83 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # .* *.o +*.o.* *.a *.s *.ko