Skip to content

Commit c107fb9

Browse files
committed
Add gitignore file for samples/fanotify/ subdirectory
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]>
1 parent 6b75d88 commit c107fb9

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)