# HG changeset patch # User Sam Lantinga # Date 1044759520 0 # Node ID 475f969e8c01eecb209c9c2212823a4ed6b9043c # Parent 591b438ab94ac5622a2fde2f0c93ceef992f3a3f CVS should ignore files automatically generated by building on MacOS X diff -r 591b438ab94a -r 475f969e8c01 .cvsignore --- a/.cvsignore Fri Feb 07 05:47:15 2003 +0000 +++ b/.cvsignore Sun Feb 09 02:58:40 2003 +0000 @@ -3,8 +3,11 @@ aclocal.m4 config.log config.cache +autom4te.cache +depcomp libtool config.status Makefile sdl-config SDL.spec +.DS_Store diff -r 591b438ab94a -r 475f969e8c01 src/main/.cvsignore --- a/src/main/.cvsignore Fri Feb 07 05:47:15 2003 +0000 +++ b/src/main/.cvsignore Sun Feb 09 02:58:40 2003 +0000 @@ -1,5 +1,7 @@ Makefile.in SDL_main.c +SDLMain.h +SDLMain.m Makefile .libs *.o