summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-07-24 15:06:23 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-07-27 10:46:16 +0200
commit243b1b2f139bf92adcb9e1dd0b96366f2717653d (patch)
treebb334b4b9ccb92479449d740e267f71d544506ef
parent057aca5c4c0c17738ad0e494842a19cac09f077a (diff)
downloadlinux-243b1b2f139bf92adcb9e1dd0b96366f2717653d.tar.gz
linux-243b1b2f139bf92adcb9e1dd0b96366f2717653d.tar.bz2
linux-243b1b2f139bf92adcb9e1dd0b96366f2717653d.zip
Add gitignore file for samples/fanotify/ subdirectory
[ Upstream commit c107fb9b4f8338375b3e865c3d2c1d98ccb3a95a ] 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> Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--samples/fanotify/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/fanotify/.gitignore b/samples/fanotify/.gitignore
new file mode 100644
index 000000000000..d74593e8b2de
--- /dev/null
+++ b/samples/fanotify/.gitignore
@@ -0,0 +1 @@
+fs-monitor