2012-10-16 00:40:55

by Chad Williamson

[permalink] [raw]
Subject: [PATCH] samples: hidraw: add .gitignore file to ignore hid-example binary.

Git status should be clean following make allmodconfig && make. Add
a .gitignore file to the samples/hidraw directory to ingore the
hid-example binary produced there.

Signed-off-by: Chad Williamson <[email protected]>
---
samples/hidraw/.gitignore | 1 +
1 file changed, 1 insertion(+)
create mode 100644 samples/hidraw/.gitignore

diff --git a/samples/hidraw/.gitignore b/samples/hidraw/.gitignore
new file mode 100644
index 0000000..05e51a6
--- /dev/null
+++ b/samples/hidraw/.gitignore
@@ -0,0 +1 @@
+hid-example
--
1.7.12.3