comparison .hgignore @ 4466:ba66ff156955

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 Eric Wing <ewing . public |-at-| gmail . com>
date Wed, 12 May 2010 12:49:28 -0700
parents be1929ccaa3d
children 73f5c530afac
comparison
equal deleted inserted replaced
4452:4011619aab7e 4466:ba66ff156955
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