diff options
Diffstat (limited to 'newton/.gitignore')
-rw-r--r-- | newton/.gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/newton/.gitignore b/newton/.gitignore index 821f62a6..e86d02b0 100644 --- a/newton/.gitignore +++ b/newton/.gitignore @@ -1,2 +1,11 @@ +.project +.classpath +.settings/ +.checkstyle +target/ logs/*.log -*.pyc
\ No newline at end of file +*.pyc +.tox +.coverage +htmlcov/ + |