[PATCH v5 14/15] docs: netlink: remove obsolete .gitignore from unused directory

Mauro Carvalho Chehab posted 15 patches 7 months, 3 weeks ago
There is a newer version of this series
[PATCH v5 14/15] docs: netlink: remove obsolete .gitignore from unused directory
Posted by Mauro Carvalho Chehab 7 months, 3 weeks ago
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>
---
 Documentation/networking/netlink_spec/.gitignore | 1 -
 1 file changed, 1 deletion(-)
 delete mode 100644 Documentation/networking/netlink_spec/.gitignore

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
-- 
2.49.0
Re: [PATCH v5 14/15] docs: netlink: remove obsolete .gitignore from unused directory
Posted by Donald Hunter 7 months, 3 weeks ago
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> writes:

> 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>