summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: a1fd7f961305b0430595b84d43f6e66c6d191a2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.project
.classpath
.settings/
.checkstyle
target/
logs/*.log
*.pyc
*.swp

# Test related files
vio/.coverage
vio/.tox/
vio/logs/*.log
vio/test-reports/