From 0609896e109213817f1b66ea25e94c49d7f261a8 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 4 Aug 2011 12:13:11 +0400 Subject: Instruct Git to ignore 'tests/core' file (Apply commit f2eef23) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d5fdf7e..9b99e62 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ Makefile /tests/*.o /tests/*.obj /tests/.deps/ +/tests/core /tests/list_atomic.i /tests/test_atomic /tests/test_atomic_pthreads -- cgit v1.2.1