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 | |
parent | 42b94d5716146acdc3ec1a070540177d15b1ee1c (diff) | |
download | lwn-fdd4583decf338362e9e81388172b7073170e18c.tar.gz lwn-fdd4583decf338362e9e81388172b7073170e18c.zip |
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>
-rw-r--r-- | Documentation/.gitignore | 7 | ||||
-rw-r--r-- | arch/x86/.gitignore | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/.gitignore b/Documentation/.gitignore new file mode 100644 index 000000000000..bcd907b4141f --- /dev/null +++ b/Documentation/.gitignore @@ -0,0 +1,7 @@ +filesystems/dnotify_test +laptops/dslm +timers/hpet_example +vm/hugepage-mmap +vm/hugepage-shm +vm/map_hugetlb + diff --git a/arch/x86/.gitignore b/arch/x86/.gitignore new file mode 100644 index 000000000000..028079065af6 --- /dev/null +++ b/arch/x86/.gitignore @@ -0,0 +1,3 @@ +boot/compressed/vmlinux +tools/test_get_len + |