Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5dfa20872246835e822007443eeeec50c2c9262f |
| --- /dev/null |
| +++ b/.gitignore |
| @@ -0,0 +1,34 @@ |
| +*.user |
| +*.mk |
| +*.ncb |
| +*.pyc |
| +*.suo |
| +*.scons |
| +*.xcodeproj |
| +SConstruct |
| +/testserver.log |
| +/breakpad/src/ |
| +/chrome/app/theme/google_chrome/ |
| +/chrome/test/data/ |
| +/chrome/Hammer |
| +/chrome/Debug |
| +/chrome/Release |
| +/data/ |
| +/googleurl/ |
| +/rlz/binaries/ |
| +/sdch/open-vcdiff/ |
| +/testing/gtest/ |
| +/third_party/GTM/ |
| +/third_party/WebKit/ |
| +/third_party/ffmpeg/binaries/ |
| +/third_party/googlemac/ |
| +/third_party/icu38/ |
| +/third_party/pdfsqueeze/ |
| +/third_party/skia/ |
| +/third_party/tcmalloc/tcmalloc/ |
| +/tools/grit/grit/test/data/ |
| +/tools/gyp/ |
| +/tools/tryserver/ |
| +/v8/ |
| +/webkit/data/ |
|
tony
2009/06/03 20:19:30
Isn't this where we keep our layout test results?
|
| +/xcodebuild/ |