From 4f9b3a377549e2b585f5e1910c247913b49e6c83 Mon Sep 17 00:00:00 2001
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: Sat, 13 Jun 2020 13:41:24 -0700
Subject: [PATCH] binderfs: add gitignore for generated sample program

Let's keep "git status" happy and quiet.

Fixes: 9762dc1432e1 ("samples: add binderfs sample program
Fixes: fca5e94921d5 ("samples: binderfs: really compile this sample and fix build issues")
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
---
 samples/binderfs/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 samples/binderfs/.gitignore

diff --git a/samples/binderfs/.gitignore b/samples/binderfs/.gitignore
new file mode 100644
index 00000000000000..eb60241e8087dc
--- /dev/null
+++ b/samples/binderfs/.gitignore
@@ -0,0 +1 @@
+binderfs_example
-- 
GitLab