diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2025-06-10 10:44:45 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2025-08-12 07:47:30 +0200 |
commit | 6abc773747a80dfcbf8aa05fce7bb8d5d815fdb3 (patch) | |
tree | 595621b53b3d3123396ca574e17e15c49eafca0a | |
parent | dc2f50796a78061480a658e2b7c2ebacc4c8d84e (diff) |
docs: netlink: remove obsolete .gitignore from unused directory
The previous code was generating source rst files
under Documentation/networking/netlink_spec/. With the
Sphinx YAML parser, this is now gone. So, stop ignoring
*.rst files inside netlink specs directory.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
-rw-r--r-- | Documentation/networking/netlink_spec/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/networking/netlink_spec/.gitignore b/Documentation/networking/netlink_spec/.gitignore deleted file mode 100644 index 30d85567b592..000000000000 --- a/Documentation/networking/netlink_spec/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.rst |