From 29263fbf9ecfcf294efdd8a51aa9191f423515ed Mon Sep 17 00:00:00 2001 From: Thomas Meyer Date: Fri, 29 Dec 2006 16:47:25 -0800 Subject: [PATCH] [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 Signed-off-by: Jiri Slaby Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- arch/i386/boot/compressed/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 arch/i386/boot/compressed/.gitignore 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 -- 2.20.1