mirror of https://github.com/torvalds/linux.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: c527e13a7a ("cifs: Autogenerate SMB2 error mapping table")
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
72c395024d
commit
35149653ee
|
|
@ -0,0 +1 @@
|
|||
smb2_mapping_table.c
|
||||
Loading…
Reference in New Issue