]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
commit35149653ee29d925ea0c2b5ca0eacf0af32be34f
tree4d57fb524813e16869f5366c636a13f708b168b6
parent72c395024dac5e215136cbff793455f065603b06
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 <torvalds@linux-foundation.org>
fs/smb/client/.gitignore [new file with mode: 0644]