comparison .hgignore @ 4467:0baef09fe702

author Eric Wing <ewing . public |-at-| gmail . com> Wed May 12 12:49:28 2010 -0700 (5 days ago) Added the automated test plist file and modified .hgignore to be less aggressive. Discovered that the new plist file for the automated test was not checked in because the .hgignore file was too aggressive. I changed the .hgignore to not ignore the Xcode directory and instead added a longer list of things to ignore.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 17 May 2010 23:13:33 -0700
parents ba66ff156955
children 73f5c530afac
comparison
equal deleted inserted replaced
4465:3e69e077cb95 4467:0baef09fe702
12 SDL.qpg 12 SDL.qpg
13 build 13 build
14 build-deps 14 build-deps
15 VisualC 15 VisualC
16 VisualCE 16 VisualCE
17 Xcode 17 # for Xcode
18 *.orig
19 *.swp
20 *.tmp
21 *.rej
22 *~
23 *.o
24 *.mode1*
25 *.model*
26 *.perspective*
27 *.perspective*
28 *.pbxuser
29 (^|/)build($|/)
18 .DS_Store 30 .DS_Store
19 sdl.pc 31 sdl.pc
20 include/SDL_config.h 32 include/SDL_config.h
21 include/SDL_revision.h 33 include/SDL_revision.h
22 test/aclocal.m4 34 test/aclocal.m4