Add gitignore file for samples/fanotify/ subdirectory

[ Upstream commit c107fb9b4f ]

Commit 5451093081 ("samples: Add fs error monitoring example") added a
new sample program, but didn't teach git to ignore the new generated
files, causing unnecessary noise from 'git status' after a full build.

Add the 'fs-monitor' sample executable to the .gitignore for this
subdirectory to silence it all again.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Linus Torvalds 2024-07-24 15:06:23 -04:00 коммит произвёл Greg Kroah-Hartman
Родитель 057aca5c4c
Коммит 243b1b2f13
1 изменённых файлов: 1 добавлений и 0 удалений

1
samples/fanotify/.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1 @@
fs-monitor