Documents up-to-date
[doctor.git] / .gitignore
1 *~
2 *.pyc
3 .*.sw?
4 **.log
5 *.pyc
6 /*.egg-info/
7 .eggs/
8 /build/
9 /docs_output/
10 /releng/
11 /tests/*.img
12
13 #IntelJ Idea
14 .idea/
15
16 #Build results
17 .tox
18 docs/_build/*