From: Linus Torvalds Date: Tue, 14 May 2019 20:30:10 +0000 (-0700) Subject: Add gitignore file for samples/vfs/ generated files X-Git-Tag: v5.2-rc1~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=814137768b5a9504f758aa760e7b1ac355539783;p=thirdparty%2Flinux.git 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 --- diff --git a/samples/vfs/.gitignore b/samples/vfs/.gitignore new file mode 100644 index 0000000000000..0806eb0be62d1 --- /dev/null +++ b/samples/vfs/.gitignore @@ -0,0 +1,2 @@ +test-fsmount +test-statx