summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGrace Kloba <klobag@google.com>2009-09-01 14:03:38 -0700
committerGrace Kloba <klobag@google.com>2009-09-01 14:03:38 -0700
commitb8723471e925e99f6e219b5f04c6b85377e345b2 (patch)
treed07b922dc5bf67e0391f132fcbfa00312f26ca37 /.gitignore
parentb5212d4b660006d4989f9483e5f0be74de67f609 (diff)
downloadexternal_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--.gitignore2
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