summaryrefslogtreecommitdiffstats
path: root/samples/vfs
diff options
context:
space:
mode:
authorLinus Torvalds2019-05-14 22:30:10 +0200
committerLinus Torvalds2019-05-14 22:30:10 +0200
commit814137768b5a9504f758aa760e7b1ac355539783 (patch)
treeca96bb10b4c8e659c8bd61b7509902be84379e23 /samples/vfs
parentMerge branch 'parisc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff)
downloadkernel-qcow2-linux-814137768b5a9504f758aa760e7b1ac355539783.tar.gz
kernel-qcow2-linux-814137768b5a9504f758aa760e7b1ac355539783.tar.xz
kernel-qcow2-linux-814137768b5a9504f758aa760e7b1ac355539783.zip
Add gitignore file for samples/vfs/ generated files
Commit f1b5618e013a ("vfs: Add a sample program for the new mount API") added sample programs that get built during the kernel build, but then cause 'git status' to worry about whether the resulting binaries should be managed by git. Tell git not to worry, and to ignore the sample binaries. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'samples/vfs')
-rw-r--r--samples/vfs/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/vfs/.gitignore b/samples/vfs/.gitignore
new file mode 100644
index 000000000000..0806eb0be62d
--- /dev/null
+++ b/samples/vfs/.gitignore
@@ -0,0 +1,2 @@
+test-fsmount
+test-statx