From f2eef23041e48f837e0f464ec5347d95b69712ef Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 4 Aug 2011 12:13:11 +0400 Subject: [PATCH] Instruct Git to ignore 'tests/core' file --- .gitignore | 1 + tests/.cvsignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cd64647..41bd61b 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ Makefile /tests/*.o /tests/*.obj /tests/.deps/ +/tests/core /tests/list_atomic.i /tests/test_atomic /tests/test_atomic_pthreads diff --git a/tests/.cvsignore b/tests/.cvsignore index c1d828e..5136bcc 100644 --- a/tests/.cvsignore +++ b/tests/.cvsignore @@ -3,6 +3,7 @@ *.obj .deps Makefile +core list_atomic.i test_atomic test_atomic_pthreads -- 2.7.4