Skip to content

Commit

Permalink
docs: ignore pycache directory created by custom spelling filters
Browse files Browse the repository at this point in the history
We recently added a custom filter for spell checking, in order to have
better control on the case for some specific terms. This custom filter
is written as a Python function in a dedicated file, and it turns out
that this file is pre-compiled when building the documentation. Let's
add the relevant __pycache__ directory to the .gitignore in the
documentation directory.

Fixes: 8710477 ("docs: add custom spelling filter to check WireGuard spelling")
Fixes: #16513

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
  • Loading branch information
qmonnet authored and joestringer committed Jul 7, 2021
1 parent fe6ba90 commit 577030c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
_build
_api
_preview
_exts/__pycache__
Pipfile
Pipfile.lock

0 comments on commit 577030c

Please sign in to comment.