Skip to content

Commit ec1060e

Browse files
committed
Fix wrong references to doc files in .gitignore
1 parent 405e457 commit ec1060e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Thumbs.db
3333

3434
# Things specific to this project.
3535
*.pickle
36+
doc/build
3637
doc/examples/*.png
37-
doc/users/installing.rst
38-
doc/_static/matplotlibrc
39-
doc/_templates/gallery.html
38+
doc/source/_static/matplotlibrc
39+
doc/source/_templates/gallery.html

0 commit comments

Comments
 (0)