From 177c401e02f50624372c0fde9c8dfcf2abfd9962 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 18 Dec 2016 14:35:06 -0500 Subject: [PATCH] Ignore tests/test_float --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6e85d6ff7c..a2959657db 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,8 @@ /tests/test_charcase /tests/test_compare /tests/test_double_serializer +/tests/test_float +/tests/test_json_pointer /tests/test_locale /tests/test_null /tests/test_parse @@ -35,7 +37,6 @@ /tests/test_set_value /tests/test_util_file /tests/test_visit -/tests/test_json_pointer /tests/*.vg.out /tests/*.log /tests/*.trs