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