Browse Source

.gitignore: add doc/_build/

Peter Gerber 6 years ago
parent
commit
771b49d861
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 *.pyc
 *.pyo
 build/
+doc/_build/
 pkgs/
 .coverage
 __pycache__