Skip to content

Commit 13a52bd

Browse files
torvaldssmb49
authored andcommitted
Add gitignore file for samples/fanotify/ subdirectory
BugLink: https://bugs.launchpad.net/bugs/2076100 [ 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]> Signed-off-by: Manuel Diewald <[email protected]> Signed-off-by: Roxana Nicolescu <[email protected]>
1 parent 0b77751 commit 13a52bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/fanotify/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fs-monitor

0 commit comments

Comments
 (0)