diff options
author | Thomas Meyer <thomas@m3y3r.de> | 2006-12-29 16:47:25 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-30 10:55:55 -0800 |
commit | 29263fbf9ecfcf294efdd8a51aa9191f423515ed (patch) | |
tree | 123f04e9caaa8298582992ac2603aff7f4f4d439 /arch/i386/boot | |
parent | 96ac5913f4e45c6a1b98350f2c0a8bb3abe2646a (diff) | |
download | linux-29263fbf9ecfcf294efdd8a51aa9191f423515ed.tar.gz linux-29263fbf9ecfcf294efdd8a51aa9191f423515ed.tar.bz2 linux-29263fbf9ecfcf294efdd8a51aa9191f423515ed.zip |
[PATCH] Add .gitignore file for relocs in arch/i386
Due to the changes to make the kernel relocateable a new file is created
during the build process.
[jirislaby@gmail.com: The .gitigonre was intended to be in arch/ subtree]
Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/boot')
-rw-r--r-- | arch/i386/boot/compressed/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/boot/compressed/.gitignore b/arch/i386/boot/compressed/.gitignore new file mode 100644 index 000000000000..be0ed065249b --- /dev/null +++ b/arch/i386/boot/compressed/.gitignore @@ -0,0 +1 @@ +relocs |