diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-20 14:24:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-20 14:24:31 -0400 |
commit | db7a6d8d01b21829d28638258cbbc9553210bac1 (patch) | |
tree | 6a7369dd7ee28a6b5cfdbff8cac3f2170e4f2ad7 /arch/x86/kernel | |
parent | 921974982a7aab561a1c3ff1763af7470874ba8e (diff) |
Update .gitignore files for generated targets
The generated 'capflags.c' file wasn't properly ignored, and the list of
files in scripts/basic/ wasn't up-to-date.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/cpu/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/.gitignore b/arch/x86/kernel/cpu/.gitignore new file mode 100644 index 000000000000..667df55a4399 --- /dev/null +++ b/arch/x86/kernel/cpu/.gitignore | |||
@@ -0,0 +1 @@ | |||
capflags.c | |||