diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-06-13 13:41:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-06-13 13:41:24 -0700 |
commit | 4f9b3a377549e2b585f5e1910c247913b49e6c83 (patch) | |
tree | a22bcb2ecc76a9c89cacb712ff9be87aa5d4d0cd /samples | |
parent | 3e1ad4054b8d7c91c1ebf19d7709c754a6c703b6 (diff) |
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>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/binderfs/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/binderfs/.gitignore b/samples/binderfs/.gitignore new file mode 100644 index 000000000000..eb60241e8087 --- /dev/null +++ b/samples/binderfs/.gitignore @@ -0,0 +1 @@ +binderfs_example |