public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH-trivial] samples/hidraw: add .gitignore file
@ 2013-08-13 19:30 Paul Gortmaker
  0 siblings, 0 replies; only message in thread
From: Paul Gortmaker @ 2013-08-13 19:30 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, Paul Gortmaker

To fix:

 # Untracked files:
 #   (use "git add <file>..." to include in what will be committed)
 #
 #	samples/hidraw/hid-example

as seen in git status output after an allyesconfig build.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
 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.8.1.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-13 19:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-13 19:30 [PATCH-trivial] samples/hidraw: add .gitignore file Paul Gortmaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox