Skip to content

Commit

Permalink
Add gitignore file for samples/fanotify/ subdirectory
Browse files Browse the repository at this point in the history
[ Upstream commit c107fb9 ]

Commit 5451093 ("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 <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
torvalds authored and gregkh committed Jul 27, 2024
1 parent 057aca5 commit 243b1b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/fanotify/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fs-monitor

0 comments on commit 243b1b2

Please sign in to comment.