diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-02-10 08:23:13 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-02-10 08:23:13 -0800 |
| commit | 35149653ee29d925ea0c2b5ca0eacf0af32be34f (patch) | |
| tree | 4d57fb524813e16869f5366c636a13f708b168b6 | |
| parent | 72c395024dac5e215136cbff793455f065603b06 (diff) | |
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>
| -rw-r--r-- | fs/smb/client/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/smb/client/.gitignore b/fs/smb/client/.gitignore new file mode 100644 index 000000000000..8a6e04ab62b9 --- /dev/null +++ b/fs/smb/client/.gitignore @@ -0,0 +1 @@ +smb2_mapping_table.c |
