summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-11-07 11:19:24 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2021-11-07 11:19:24 -0800
commitc107fb9b4f8338375b3e865c3d2c1d98ccb3a95a (patch)
tree5a64bf6955ef274cd95e355b6e73868e2a9070ab /samples
parent6b75d88fa81b122cce37ebf17428a849ccd3d0f1 (diff)
Add gitignore file for samples/fanotify/ subdirectory
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>
Diffstat (limited to 'samples')
-rw-r--r--samples/fanotify/.gitignore1
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