Menu

Commit [da01ee]  Maximize  Restore  History

.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@...>
Reported-by: Kevin Petit <kevin.petit@...>
Signed-off-by: Andrew Morton <akpm@...>
Signed-off-by: Linus Torvalds <torvalds@...>

Jonathan Austin Jonathan Austin 2012-12-17

Linus Torvalds Linus Torvalds 2012-12-18

changed .gitignore
.gitignore Diff Switch to side-by-side view
Loading...
MongoDB Logo MongoDB