From: Linus Torvalds Date: Sun, 7 Nov 2021 19:19:24 +0000 (-0800) Subject: Add gitignore file for samples/fanotify/ subdirectory X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c107fb9b4f8338375b3e865c3d2c1d98ccb3a95a;p=linux.git Add gitignore file for samples/fanotify/ subdirectory Commit 5451093081db ("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 --- diff --git a/samples/fanotify/.gitignore b/samples/fanotify/.gitignore new file mode 100644 index 0000000000000..d74593e8b2dee --- /dev/null +++ b/samples/fanotify/.gitignore @@ -0,0 +1 @@ +fs-monitor