From: Linus Torvalds Date: Tue, 10 Feb 2026 16:23:13 +0000 (-0800) Subject: smb client: Add generated file to gitignore file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35149653ee29d925ea0c2b5ca0eacf0af32be34f;p=thirdparty%2Flinux.git smb client: Add generated file to gitignore file The smb client code recently started generating the error mapping table from a common header, but didn't tell git about it, so then git ends up thinking maybe it should be committed. Let's fix that. Fixes: c527e13a7a66 ("cifs: Autogenerate SMB2 error mapping table") Signed-off-by: Linus Torvalds --- diff --git a/fs/smb/client/.gitignore b/fs/smb/client/.gitignore new file mode 100644 index 0000000000000..8a6e04ab62b9b --- /dev/null +++ b/fs/smb/client/.gitignore @@ -0,0 +1 @@ +smb2_mapping_table.c