diff options
author | Jonathan Austin | 2012-12-18 00:59:41 +0100 |
---|---|---|
committer | Linus Torvalds | 2012-12-18 02:15:13 +0100 |
commit | da01ee3c8e7954fb7ed0ceb002d482c79f8b2ccd (patch) | |
tree | 2b0ec06f862aefde2a4a2d122afb9b73aaf29f2d /.gitignore | |
parent | fs/notify/inode_mark.c: make fsnotify_find_inode_mark_locked() static (diff) | |
download | kernel-qcow2-linux-da01ee3c8e7954fb7ed0ceb002d482c79f8b2ccd.tar.gz kernel-qcow2-linux-da01ee3c8e7954fb7ed0ceb002d482c79f8b2ccd.tar.xz kernel-qcow2-linux-da01ee3c8e7954fb7ed0ceb002d482c79f8b2ccd.zip |
.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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 92bd0e45dfa1..3b8b9b33be38 100644 --- a/.gitignore +++ b/.gitignore @@ -60,7 +60,6 @@ modules.builtin # Generated include files # include/config -include/linux/version.h include/generated arch/*/include/generated |