diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ # IntelliJ .idea/* -*.iml
\ No newline at end of file +*.iml +**/*.pyc +**/xunit-results.xml +**/.coverage +**/coverage.xml +**/target +helm/test_config +helm/nosetests.xml |