# HG changeset patch # User Sam Lantinga # Date 1023990763 0 # Node ID dd56447ef2924461ae75dc608fddee7dbaeb1ce9 # Parent 2a1486305412455a863a3bf99f791100febc390b *** empty log message *** diff -r 2a1486305412 -r dd56447ef292 src/thread/.cvsignore --- a/src/thread/.cvsignore Thu Jun 13 16:54:43 2002 +0000 +++ b/src/thread/.cvsignore Thu Jun 13 17:52:43 2002 +0000 @@ -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 -r 2a1486305412 -r dd56447ef292 src/timer/.cvsignore --- a/src/timer/.cvsignore Thu Jun 13 16:54:43 2002 +0000 +++ b/src/timer/.cvsignore Thu Jun 13 17:52:43 2002 +0000 @@ -1,7 +1,7 @@ Makefile.in -SDL_timer.c Makefile .libs *.o *.lo *.la +SDL_systimer.c