[PATCH 01/10] Update .gitignore for tests
David Gibson
david at gibson.dropbear.id.au
Fri Feb 3 16:12:00 EST 2012
We've add some test (generated) binaries that aren't currently listed in
.gitignore, in addition more scripts now generate various tmp.* files
during operation. This adds them all to .gitignore.
Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
tests/.gitignore | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tests/.gitignore b/tests/.gitignore
index 9e062c3..0b71bcf 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,7 +1,9 @@
*.dtb
*.dtb.test.dts
*.dts.test.s
+tmp.*
/add_subnode_with_nops
+/appendprop[12]
/asm_tree_dump
/boot-cpuid
/char_literal
@@ -46,6 +48,7 @@
/supernode_atdepth_offset
/sw_tree1
/truncated_property
+/utilfdt_test
/value-labels
/dtb_reverse
/dtbs_equal_unordered
--
1.7.8.3
More information about the devicetree-discuss
mailing list