aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 4a787d9b4d27366ee2df7f5f9b41a081af2e7420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*.pyc
.cache*
.project
.pydevproject
**/ci/config/
**/deploy/autodeploy.log
*~
.*.sw?
**/docs_build/
**/docs_output/
**/releng/
**/mcp/scripts/virsh_net/*.xml
**/mcp/scripts/docker-compose/*.yaml
**/mcp/scripts/*.img
.tox/
docs/_build/*