diff options
author | Jan III Sobieski <jan3sobi3ski@gmail.com> | 2010-03-28 15:38:31 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-04-08 11:34:34 +0200 |
commit | 7926c09dea682be6f3b2e42f16c50d8554c6bbdc (patch) | |
tree | 50213c7ce2319789e9d99a623a8012516ca0d59f | |
parent | b83419363eff1535309df97a4bf319c42d900a9c (diff) | |
download | linux-3.10-7926c09dea682be6f3b2e42f16c50d8554c6bbdc.tar.gz linux-3.10-7926c09dea682be6f3b2e42f16c50d8554c6bbdc.tar.bz2 linux-3.10-7926c09dea682be6f3b2e42f16c50d8554c6bbdc.zip |
add random binaries to .gitignore
Signed-off-by: Jan III Sobieski <jan3sobi3ski@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
-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 00000000000..bcd907b4141 --- /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 00000000000..028079065af --- /dev/null +++ b/arch/x86/.gitignore @@ -0,0 +1,3 @@ +boot/compressed/vmlinux +tools/test_get_len + |