Add gitignore file for samples/fanotify/ subdirectory
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Nov 2021 19:19:24 +0000 (11:19 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Nov 2021 19:19:24 +0000 (11:19 -0800)
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 <torvalds@linux-foundation.org>
samples/fanotify/.gitignore [new file with mode: 0644]

diff --git a/samples/fanotify/.gitignore b/samples/fanotify/.gitignore
new file mode 100644 (file)
index 0000000..d74593e
--- /dev/null
@@ -0,0 +1 @@
+fs-monitor