mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-13 17:45:09 -05:00
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:
1
fs/smb/client/.gitignore
vendored
Normal file
1
fs/smb/client/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
smb2_mapping_table.c
|
||||
Reference in New Issue
Block a user