From 85a7caa0c7d0b6d52a3b8e42ac89f7501ca1755b Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sun, 18 May 2014 17:28:54 +0400 Subject: [PATCH] .gitignore: Ignore tests/.libs (generated if configure --enable-shared) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 98110c4..3cf38f8 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ Makefile /src/stamp-h1 /tests/.deps/ +/tests/.libs/ /tests/core /tests/list_atomic.i /tests/test_atomic -- 2.50.1