From 151ff4a5c68a8f5ee2a7d9197af672fec2d29968 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 13 Jun 2002 17:52:43 +0000 Subject: [PATCH] *** empty log message *** --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40415 --- 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