From fdd14660b1391704a799c55e14d2d001904c7003 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 12 Jul 2017 00:39:41 +0300 Subject: [PATCH] .gitignore: Ignore .log and .trs files for test_atomic_ops --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 357ba00..e30db66 100644 --- a/.gitignore +++ b/.gitignore @@ -65,11 +65,13 @@ /subthreadcreate_test /sunos5gc.so /test-suite.log +/test_atomic_ops +/test_atomic_ops.log +/test_atomic_ops.trs /test_cpp /test_cpp.cpp /test_cpp.log /test_cpp.trs -/test_atomic_ops /threadkey_test /threadleaktest /threadlibs -- 2.7.4