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: c527e13a7a ("cifs: Autogenerate SMB2 error mapping table")
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds
2026-02-10 08:23:13 -08:00
parent 72c395024d
commit 35149653ee

1
fs/smb/client/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
smb2_mapping_table.c