]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
smb client: Add generated file to gitignore file
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Feb 2026 16:23:13 +0000 (08:23 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Feb 2026 16:23:13 +0000 (08:23 -0800)
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 <torvalds@linux-foundation.org>
fs/smb/client/.gitignore [new file with mode: 0644]

diff --git a/fs/smb/client/.gitignore b/fs/smb/client/.gitignore
new file mode 100644 (file)
index 0000000..8a6e04a
--- /dev/null
@@ -0,0 +1 @@
+smb2_mapping_table.c