diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 21:44:59 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 21:44:59 +0000 |
commit | aa1101a8976d3823b1c99af37b7a17762ae44247 (patch) | |
tree | 0fec63407b42d22ea0e026534d39c1bae0671347 /.gitignore | |
parent | 043a58e1fc35e5eaa71d5b024b16b0593d2b7ce0 (diff) | |
download | chromium_src-aa1101a8976d3823b1c99af37b7a17762ae44247.zip chromium_src-aa1101a8976d3823b1c99af37b7a17762ae44247.tar.gz chromium_src-aa1101a8976d3823b1c99af37b7a17762ae44247.tar.bz2 |
Add git ignore file to repo.
Review URL: http://codereview.chromium.org/119092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17540 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..18719b9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +*.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/ +/out/ +/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/bmp_decoder/ +webkit/data/ico_decoder/ +webkit/data/layout_tests/LayoutTests/ +webkit/data/test_shell/plugins/ +webkit/data/xbm_decoder/ +/xcodebuild/
\ No newline at end of file |