diff options
Diffstat (limited to 'ocata/.gitignore')
-rw-r--r-- | ocata/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ocata/.gitignore b/ocata/.gitignore new file mode 100644 index 00000000..e86d02b0 --- /dev/null +++ b/ocata/.gitignore @@ -0,0 +1,11 @@ +.project +.classpath +.settings/ +.checkstyle +target/ +logs/*.log +*.pyc +.tox +.coverage +htmlcov/ + |