Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Side by Side Diff: .gitignore

Issue 173200: Add third_party/hunspell to .gitignore (Closed)
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.mk 1 *.mk
2 *.ncb 2 *.ncb
3 *.pyc 3 *.pyc
4 *.scons 4 *.scons
5 *.suo 5 *.suo
6 *.user 6 *.user
7 *.xcodeproj 7 *.xcodeproj
8 /Makefile 8 /Makefile
9 /breakpad/src/ 9 /breakpad/src/
10 /build/util/support/ 10 /build/util/support/
(...skipping 16 matching lines...) Expand all
27 /out/ 27 /out/
28 /rlz/binaries/ 28 /rlz/binaries/
29 /sconsbuild 29 /sconsbuild
30 /sdch/open-vcdiff/ 30 /sdch/open-vcdiff/
31 /testing/gtest/ 31 /testing/gtest/
32 /testserver.log 32 /testserver.log
33 /third_party/GTM/ 33 /third_party/GTM/
34 /third_party/WebKit/ 34 /third_party/WebKit/
35 /third_party/ffmpeg/binaries/ 35 /third_party/ffmpeg/binaries/
36 /third_party/googlemac/ 36 /third_party/googlemac/
37 /third_party/hunspell/
37 /third_party/icu38/ 38 /third_party/icu38/
38 /third_party/pdfsqueeze/ 39 /third_party/pdfsqueeze/
39 /third_party/protobuf2/ 40 /third_party/protobuf2/
40 /third_party/skia/ 41 /third_party/skia/
41 /third_party/tcmalloc/tcmalloc/ 42 /third_party/tcmalloc/tcmalloc/
42 /third_party/xdg-utils/ 43 /third_party/xdg-utils/
43 /tools/distcc/ 44 /tools/distcc/
44 /tools/grit/grit/test/data/ 45 /tools/grit/grit/test/data/
45 /tools/gyp/ 46 /tools/gyp/
46 /tools/page_cycler/acid3/ 47 /tools/page_cycler/acid3/
47 /tools/tryserver/ 48 /tools/tryserver/
48 /v8/ 49 /v8/
49 /webkit/Debug/ 50 /webkit/Debug/
50 /webkit/Release/ 51 /webkit/Release/
51 /webkit/data/bmp_decoder/ 52 /webkit/data/bmp_decoder/
52 /webkit/data/ico_decoder/ 53 /webkit/data/ico_decoder/
53 /webkit/data/layout_tests/LayoutTests/ 54 /webkit/data/layout_tests/LayoutTests/
54 /webkit/data/test_shell/plugins/ 55 /webkit/data/test_shell/plugins/
55 /webkit/data/xbm_decoder/ 56 /webkit/data/xbm_decoder/
56 /xcodebuild/ 57 /xcodebuild/
57 SConstruct 58 SConstruct
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698