Add gitignore file for samples/vfs/ generated files

Commit f1b5618e01 ("vfs: Add a sample program for the new mount API")
added sample programs that get built during the kernel build, but then
cause 'git status' to worry about whether the resulting binaries should
be managed by git.

Tell git not to worry, and to ignore the sample binaries.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2019-05-14 13:30:10 -07:00
parent b2c9112821
commit 814137768b
1 changed files with 2 additions and 0 deletions

2
samples/vfs/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
test-fsmount
test-statx