Re: [PATCH] add random binaries to .gitignore

From: Jan III Sobieski
Date: Sun Mar 28 2010 - 09:38:53 EST


W dniu 2010-03-28 15:35, Alexey Dobriyan pisze:
> On Sun, Mar 28, 2010 at 02:38:07PM +0200, Jan III Sobieski wrote:
>> +# random binary files
>> +Documentation/filesystems/dnotify_test
>> +Documentation/laptops/dslm
>> +Documentation/timers/hpet_example
>> +Documentation/vm/hugepage-mmap
>> +Documentation/vm/hugepage-shm
>> +Documentation/vm/map_hugetlb
>> +arch/x86/boot/compressed/vmlinux
>> +arch/x86/tools/test_get_len
>
> This should go to per-directory gitiignores.

I agree that it is not the best solution. But one directory one
.gitignore also isn't the best, so I propose this

--
Jan III Sobieski

Signed-off-by: Jan III Sobieski <jan3sobi3ski@xxxxxxxxx>

diff --git a/Documentation/.gitignore b/Documentation/.gitignore
new file mode 100644
index 0000000..bcd907b
--- /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 0000000..0280790
--- /dev/null
+++ b/arch/x86/.gitignore
@@ -0,0 +1,3 @@
+boot/compressed/vmlinux
+tools/test_get_len
+
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/