diff mbox series

doc: Add _build directory to .gitignore

Message ID 1505548357.12628.283.camel@kernel.crashing.org
State Accepted
Headers show
Series doc: Add _build directory to .gitignore | expand

Commit Message

Benjamin Herrenschmidt Sept. 16, 2017, 7:52 a.m. UTC
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Stewart Smith Sept. 19, 2017, 10:09 a.m. UTC | #1
Benjamin Herrenschmidt <benh@kernel.crashing.org> writes:
> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)

I need to put "missing putting things in .gitignore" on the front page
of my resume.

Merged to master as of fc44a53664bfb549ce82a7b52019524f9b2276d0
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 27785526..2c4635cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -90,3 +90,4 @@  test/hello_world/hello_kernel/hello_kernel
 test/sreset_world/sreset_kernel/sreset_kernel
 zImage.epapr
 vgcore.*
+doc/_build