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

#IntelJ Idea
.idea/

#Build results
.tox