summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7484aab53b083fd95b0b9967600431def3f294c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*.py[co]
*.log
*.swp
*.egg-info/
/bin
/build
/dist
/include
/lib
/lib64
/MANIFEST
.gdb_history
docs/build
docs/source/configuration/*table.rst
tags
.eggs
__pycache__