Skip to content

Commit 5e07bde

Browse files
committed
MAINT: add doc/sg_execution_times.rst to .gitignore
- alse remove during the "clean" Makefile rule
1 parent a626c5e commit 5e07bde

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ examples/documentation
77
doc/*.pdf
88
doc/*.dat
99
doc/*.csv
10+
doc/sg_execution_times.rst
1011
doc/extensions.py
1112
build
1213
dist

doc/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ clean:
7676
-rm -rf examples/*
7777
-rm -rf ../examples/documentation
7878
-rm -rf __pycache__
79+
-rm -rf sg_execution_times.rst
7980

8081
dirhtml: gallery
8182
$(SPHINXBUILD) -b dirhtml $(SPHINX_OUTPUT) $(SPHINX_OPTS) . $(BUILDDIR)/dirhtml

0 commit comments

Comments
 (0)