diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-07-25 11:32:29 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-08-19 05:41:21 +0200 |
commit | 329eae03d0f963cfd77ef2469e177e2c17b235f3 (patch) | |
tree | 0c48c06c37cd63efbe0c834df3f29d73005c7987 /samples | |
parent | 9bdf0624bdbc7bfcdc3dc191fe0049ddd9a792cf (diff) | |
download | linux-329eae03d0f963cfd77ef2469e177e2c17b235f3.tar.gz linux-329eae03d0f963cfd77ef2469e177e2c17b235f3.tar.bz2 linux-329eae03d0f963cfd77ef2469e177e2c17b235f3.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>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/fanotify/.gitignore | 1 |
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 |