]> git.baikalelectronics.ru Git - kernel.git/commit
.gitignore: remove stale entry for generated version.h
authorJonathan Austin <jonathan.austin@arm.com>
Mon, 17 Dec 2012 23:59:41 +0000 (15:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Dec 2012 01:15:13 +0000 (17:15 -0800)
commited6a31aeeeb53dde069d29eda7b4a3e0730c674c
tree2b0ec06f862aefde2a4a2d122afb9b73aaf29f2d
parentaabda0fa41399239d9c0fefab222b90ac9f1c9e0
.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 <jonathan.austin@arm.com>
Reported-by: Kevin Petit <kevin.petit@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
.gitignore