diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-08-13 15:30:39 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-08-20 12:48:58 +0200 |
commit | 8cd3c556b5ce58e2a6f9a084711e6fc03f375745 (patch) | |
tree | 656be262a76f9b4946f1b5a4924cb35f1e87bfe1 /samples/hidraw | |
parent | 6e0fe2e5723cec36eb24959dd99a16e445816a6a (diff) |
HID: samples/hidraw: add .gitignore file
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>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'samples/hidraw')
-rw-r--r-- | samples/hidraw/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/hidraw/.gitignore b/samples/hidraw/.gitignore new file mode 100644 index 000000000000..05e51a685242 --- /dev/null +++ b/samples/hidraw/.gitignore @@ -0,0 +1 @@ +hid-example |