.gitignore: Removed *.html rule
The Sphinx templates are HTML files and should be included.
This commit is contained in:
parent
0a4d5a423e
commit
7d711083ec
|
@ -13,7 +13,6 @@ include/
|
|||
*.pyc
|
||||
*.pyo
|
||||
*.swp
|
||||
*.html
|
||||
*.class
|
||||
*.orig
|
||||
*~
|
||||
|
|
Loading…
Reference in New Issue