]> git.baikalelectronics.ru Git - kernel.git/commit
Add gitignore file for samples/vfs/ generated files
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 May 2019 20:30:10 +0000 (13:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 May 2019 20:30:10 +0000 (13:30 -0700)
commit9f3d03c03c164de9dcd3b32da8420e52cc947d21
treeca96bb10b4c8e659c8bd61b7509902be84379e23
parent029f69043876374919943b84b01aa107d70e5f65
Add gitignore file for samples/vfs/ generated files

Commit a240b7eb0ae1 ("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>
samples/vfs/.gitignore [new file with mode: 0644]