summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 83868b546565d8b4c7be6d3c4939f9147e611321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*~
*.pyc
.*.sw?
**.log
*.pyc
/*.egg-info/
/build/
/docs_build/
/docs_output/
/releng/
/tests/*.img

#Build results
.tox