diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-05-30 09:44:43 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-05-30 09:44:43 +0300 |
commit | 1ee17867e98f1fda0b205ae06820ebb0182c9415 (patch) | |
tree | e3c91740a51fa1688467dc7cc6c0881e650a7ba9 | |
parent | f7692ee48e5436a7de67bb1539b1ea5682e3ccd7 (diff) | |
download | vaadin-framework-1ee17867e98f1fda0b205ae06820ebb0182c9415.tar.gz vaadin-framework-1ee17867e98f1fda0b205ae06820ebb0182c9415.zip |
Ignore some temp files created when running TestBench tests locally
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 42a4e9cc07..999a655caf 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,9 @@ /build/integration-test-output /build/buildhelpers/com/vaadin/buildhelpers/*.class +# /tests/ +/tests/junit*.properties + # /bin/ /bin |