From d970356b2ca0d56a332e596d12c2521c39b63526 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 13 Jun 2002 17:52:43 +0000 Subject: [PATCH] *** empty log message *** --- src/thread/.cvsignore | 11 ++++++++--- src/timer/.cvsignore | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/thread/.cvsignore b/src/thread/.cvsignore index 6dd1a8090..e722fe7ba 100644 --- a/src/thread/.cvsignore +++ b/src/thread/.cvsignore @@ -1,9 +1,14 @@ Makefile.in -SDL_mutex.c -SDL_systhread.c -SDL_systhread_c.h Makefile .libs *.o *.lo *.la +SDL_systhread.c +SDL_systhread_c.h +SDL_syssem.c +SDL_syssem_c.h +SDL_sysmutex.c +SDL_sysmutex_c.h +SDL_syscond.c +SDL_syscond_c.h diff --git a/src/timer/.cvsignore b/src/timer/.cvsignore index 89f879663..e5242cdaf 100644 --- a/src/timer/.cvsignore +++ b/src/timer/.cvsignore @@ -1,7 +1,7 @@ Makefile.in -SDL_timer.c Makefile .libs *.o *.lo *.la +SDL_systimer.c