diff options
author | Jan III Sobieski <jan3sobi3ski@gmail.com> | 2010-03-28 15:38:31 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-08-06 10:41:25 -0700 |
commit | fdd4583decf338362e9e81388172b7073170e18c (patch) | |
tree | 9f9f3c665e7d2b295a50216c3a45016ae9e4d28d /arch/x86 | |
parent | 42b94d5716146acdc3ec1a070540177d15b1ee1c (diff) |
add random binaries to .gitignore
commit 7926c09dea682be6f3b2e42f16c50d8554c6bbdc upstream.
Signed-off-by: Jan III Sobieski <jan3sobi3ski@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/.gitignore b/arch/x86/.gitignore new file mode 100644 index 00000000000..028079065af --- /dev/null +++ b/arch/x86/.gitignore @@ -0,0 +1,3 @@ +boot/compressed/vmlinux +tools/test_get_len + |