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

#IntelJ Idea
.idea/

#Build results
.tox