Add the missing site.yml
[functest-xtesting.git] / .gitignore
1 *~
2 *.pyc
3 .*.sw?
4 .project
5 .pydevproject
6 /docs_build/
7 _build
8 /docs_output/
9 /releng/
10 .idea
11 .coverage
12 cover
13 coverage.xml
14 nosetests.xml
15 *.egg-info
16 *venv
17 .tox
18 *.out
19 *.pdf
20 build
21 dist
22 AUTHORS
23 ChangeLog
24 .eggs/
25 .vscode/