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