mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
Add gitignore file for samples/fanotify/ subdirectory
Commit 5451093081
("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>
This commit is contained in:
parent
6b75d88fa8
commit
c107fb9b4f
1
samples/fanotify/.gitignore
vendored
Normal file
1
samples/fanotify/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
fs-monitor
|
Loading…
Reference in New Issue
Block a user