Skip to content

Commit c7768ad

Browse files
authored
Add doc build artifacts to gitignore (NVIDIA#5187)
During docs building some additional rst files are generated: * docs/operations/* is used for the per-operator doc pages * individual indes.rst files are built based on index.py files when the example referencing is handled. Add them to the gitignore. Signed-off-by: Krzysztof Lecki <[email protected]>
1 parent e0371d6 commit c7768ad

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@ docs/fn_table
2424
docs/fn_to_op_table
2525
docs/op_autodoc
2626
docs/fn_autodoc
27+
docs/dali.png
2728
docs/nvidia.ico
29+
docs/operations/*
30+
docs/examples/audio_processing/index.rst
31+
docs/examples/custom_operations/index.rst
32+
docs/examples/general/data_loading/index.rst
33+
docs/examples/general/expressions/index.rst
34+
docs/examples/general/general_ops_index.rst
35+
docs/examples/image_processing/index.rst
36+
docs/examples/index.rst
37+
docs/examples/operations_index.rst
38+
docs/examples/other_index.rst
39+
docs/examples/sequence_processing/index.rst
40+
docs/examples/use_cases/index.rst
41+
docs/examples/use_cases/paddle/index.rst
2842
.DS_Store
2943
build-docker-*

0 commit comments

Comments
 (0)