diff options
author | Daniel Martin <consume.noise@gmail.com> | 2013-08-11 13:25:18 +0200 |
---|---|---|
committer | Daniel Martin <consume.noise@gmail.com> | 2013-08-15 00:35:08 +0200 |
commit | c52f2891b43ae77008f63700982f800371458f4d (patch) | |
tree | dd9e9ed7751dbdca212c3a2f65dff56d2c7746f2 | |
parent | a8d11c36edf5c49b718664dd7206f36be150f694 (diff) |
tests: Add files to .gitignore
Add check_all.log, check_all.trs and test-suite.log to tests/.gitignore.
Signed-off-by: Daniel Martin <consume.noise@gmail.com>
-rw-r--r-- | tests/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 9d27cc5..7d19f3b 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,3 +1,6 @@ CheckLog.html CheckLog_xcb.xml check_all +check_all.log +check_all.trs +test-suite.log |