From: Jonathan Austin Date: Mon, 17 Dec 2012 23:59:41 +0000 (-0800) Subject: .gitignore: remove stale entry for generated version.h X-Git-Tag: v3.8-rc1~74^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da01ee3c8e7954fb7ed0ceb002d482c79f8b2ccd;p=pandora-kernel.git .gitignore: remove stale entry for generated version.h Since userspace headers were moved to generated/uapi it possible to have a stale copy of linux/version.h at that file's old location. This causes confusion after building an older kernel version, then checking out and building a new one; the old (stale) version header will still get picked up until it is manually removed. This upsets the C library. Since the uapi changes, include/linux/version.h is no longer generated and should not be ignored, so this patch removes it from .gitignore. Signed-off-by: Jonathan Austin Reported-by: Kevin Petit Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed