From b4b4a98bc8463cc9e4ef0a78244d5047d497eed7 Mon Sep 17 00:00:00 2001 From: David Goldblatt Date: Wed, 31 May 2017 10:16:16 -0700 Subject: [PATCH] Add /run_tests.out/ to .gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9acf374b..a25aaf7e 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,8 @@ /src/*.[od] /src/*.sym +/run_tests.out/ + /test/test.sh test/include/test/jemalloc_test.h test/include/test/jemalloc_test_defs.h