From: Ivan Maidanski Date: Thu, 4 Aug 2011 08:13:11 +0000 (+0400) Subject: Instruct Git to ignore 'tests/core' file X-Git-Tag: libatomic_ops-7_3alpha2~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2eef23041e48f837e0f464ec5347d95b69712ef;p=libatomic_ops Instruct Git to ignore 'tests/core' file --- 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