summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-17 13:21:07 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-17 13:21:07 +0000
commita0abcf44533e242c524ed2955838880d00feadc9 (patch)
treea2e15f339acf72930b63122040e6fdaace0f1e70 /.gitignore
parent1f01d47474d6b06a2d1351416eeed320f892dde2 (diff)
downloadchromium_src-a0abcf44533e242c524ed2955838880d00feadc9.zip
chromium_src-a0abcf44533e242c524ed2955838880d00feadc9.tar.gz
chromium_src-a0abcf44533e242c524ed2955838880d00feadc9.tar.bz2
Add missing gclient dependencies to .gitignore.
Fix the format of many directories so they don't show up in git status anymore. Run dos2unix on *.cc, caught many inconsistent and CRLF files. TBR=evan TEST=still build, git status shows nothing BUG=none Review URL: http://codereview.chromium.org/211010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26441 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore93
1 files changed, 47 insertions, 46 deletions
diff --git a/.gitignore b/.gitignore
index c5e8b72..d464a38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,56 +7,57 @@
*.xcodeproj
/Makefile
/breakpad/src/
-/build/util/support/
+/build/util/support
/chrome/Debug
/chrome/Hammer
/chrome/Release
-/chrome/app/theme/google_chrome/
-/chrome/installer/linux/
+/chrome/app/theme/google_chrome
+/chrome/installer/linux
/chrome/personalization/
-/chrome/test/data/firefox2_profile/searchplugins/
-/chrome/test/data/firefox2_searchplugins/
-/chrome/test/data/firefox3_profile/searchplugins/
-/chrome/test/data/firefox3_searchplugins/
-/chrome/test/data/layout_tests/
-/chrome/test/data/osdd/
-/chrome/test/data/plugin/
-/chrome/test/data/workers/LayoutTests/
-/chrome/tools/test/reference_build/
-/data/
-/googleurl/
-/native_client/
-/out/
-/rlz/binaries/
+/chrome/test/data/firefox2_profile/searchplugins
+/chrome/test/data/firefox2_searchplugins
+/chrome/test/data/firefox3_profile/searchplugins
+/chrome/test/data/firefox3_searchplugins
+/chrome/test/data/layout_tests
+/chrome/test/data/osdd
+/chrome/test/data/plugin
+/chrome/test/data/workers/LayoutTests
+/chrome/tools/test/reference_build
+/data
+/googleurl
+/native_client
+/out
+/rlz/binaries
/sconsbuild
-/sdch/open-vcdiff/
-/testing/gtest/
+/sdch/open-vcdiff
+/testing/gtest
/testserver.log
-/third_party/GTM/
-/third_party/WebKit/
-/third_party/ffmpeg/binaries/
-/third_party/googlemac/
-/third_party/hunspell/
-/third_party/icu/
-/third_party/personalization/
-/third_party/pdfsqueeze/
-/third_party/protobuf2/
-/third_party/skia/
-/third_party/tcmalloc/tcmalloc/
-/third_party/xdg-utils/
-/tools/distcc/
-/tools/grit/grit/test/data/
-/tools/gyp/
-/tools/page_cycler/acid3/
-/tools/tryserver/
-/valgrind.tmp/
-/v8/
-/webkit/Debug/
-/webkit/Release/
-/webkit/data/bmp_decoder/
-/webkit/data/ico_decoder/
-/webkit/data/layout_tests/LayoutTests/
-/webkit/data/test_shell/plugins/
-/webkit/data/xbm_decoder/
-/xcodebuild/
+/third_party/GTM
+/third_party/WebKit
+/third_party/ffmpeg/binaries
+/third_party/forge
+/third_party/googlemac
+/third_party/hunspell
+/third_party/icu
+/third_party/personalization
+/third_party/pdfsqueeze
+/third_party/protobuf2
+/third_party/skia
+/third_party/tcmalloc/tcmalloc
+/third_party/xdg-utils
+/tools/distcc
+/tools/grit/grit/test/data
+/tools/gyp
+/tools/page_cycler/acid3
+/tools/tryserver
+/valgrind.tmp
+/v8
+/webkit/Debug
+/webkit/Release
+/webkit/data/bmp_decoder
+/webkit/data/ico_decoder
+/webkit/data/layout_tests/LayoutTests
+/webkit/data/test_shell/plugins
+/webkit/data/xbm_decoder
+/xcodebuild
SConstruct