[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1376422239-23134-1-git-send-email-paul.gortmaker@windriver.com>
Date: Tue, 13 Aug 2013 15:30:39 -0400
From: Paul Gortmaker <paul.gortmaker@...driver.com>
To: Jiri Kosina <trivial@...nel.org>
CC: <linux-kernel@...r.kernel.org>,
Paul Gortmaker <paul.gortmaker@...driver.com>
Subject: [PATCH-trivial] 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@...driver.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists