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