diff options
author | Eric Wing <ewing . public |-at-| gmail . com> | 2010-05-12 12:49:28 -0700 |
---|---|---|
committer | Eric Wing <ewing . public |-at-| gmail . com> | 2010-05-12 12:49:28 -0700 |
commit | 9919f22b4f9d35fec22485f4b666f11dea4a724e (patch) | |
tree | 9172aa952c8a9551d124fb9065d0b68d4dd6f5e6 /.hgignore | |
parent | f7c19001536b225030e6409059993a24809b8c83 (diff) |
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.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -14,7 +14,19 @@ build build-deps VisualC VisualCE -Xcode +# for Xcode +*.orig +*.swp +*.tmp +*.rej +*~ +*.o +*.mode1* +*.model* +*.perspective* +*.perspective* +*.pbxuser +(^|/)build($|/) .DS_Store sdl.pc include/SDL_config.h |