diff options
author | Grace Kloba <klobag@google.com> | 2009-09-01 14:03:38 -0700 |
---|---|---|
committer | Grace Kloba <klobag@google.com> | 2009-09-01 14:03:38 -0700 |
commit | b8723471e925e99f6e219b5f04c6b85377e345b2 (patch) | |
tree | d07b922dc5bf67e0391f132fcbfa00312f26ca37 /.gitignore | |
parent | b5212d4b660006d4989f9483e5f0be74de67f609 (diff) | |
download | external_webkit-b8723471e925e99f6e219b5f04c6b85377e345b2.zip external_webkit-b8723471e925e99f6e219b5f04c6b85377e345b2.tar.gz external_webkit-b8723471e925e99f6e219b5f04c6b85377e345b2.tar.bz2 |
Add .gitignore for WebKit build directories.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a36ff20 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +WebKitBuild/* +WebCore/WebCore.xcodeproj/*
\ No newline at end of file |