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

Side by Side Diff: .gitignore

Issue 8772012: Add /third_party/libphonenumber/src to .gitignore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | Annotate | Revision Log
« 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 *.Makefile 1 *.Makefile
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.ninja 4 *.ninja
5 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.scons 8 *.scons
9 *.sdf 9 *.sdf
10 *.sln 10 *.sln
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 /third_party/gles2_conform 106 /third_party/gles2_conform
107 /third_party/googlemac 107 /third_party/googlemac
108 /third_party/hunspell 108 /third_party/hunspell
109 /third_party/hunspell_dictionaries 109 /third_party/hunspell_dictionaries
110 /third_party/icu 110 /third_party/icu
111 /third_party/jsoncpp/source 111 /third_party/jsoncpp/source
112 /third_party/leveldatabase/src 112 /third_party/leveldatabase/src
113 /third_party/leveldb 113 /third_party/leveldb
114 /third_party/libjingle/source 114 /third_party/libjingle/source
115 /third_party/libjpeg_turbo 115 /third_party/libjpeg_turbo
116 /third_party/libphonenumber/src
116 /third_party/libsrtp/src 117 /third_party/libsrtp/src
117 /third_party/libvpx 118 /third_party/libvpx
118 /third_party/libvpx/include 119 /third_party/libvpx/include
119 /third_party/libvpx/lib 120 /third_party/libvpx/lib
120 /third_party/libyuv 121 /third_party/libyuv
121 /third_party/lighttpd 122 /third_party/lighttpd
122 /third_party/lss 123 /third_party/lss
123 /third_party/llvm 124 /third_party/llvm
124 /third_party/llvm-build 125 /third_party/llvm-build
125 /third_party/mingw-w64 126 /third_party/mingw-w64
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 /v8 170 /v8
170 /webkit/Debug 171 /webkit/Debug
171 /webkit/Release 172 /webkit/Release
172 /webkit/data/bmp_decoder 173 /webkit/data/bmp_decoder
173 /webkit/data/ico_decoder 174 /webkit/data/ico_decoder
174 /webkit/data/layout_tests/LayoutTests 175 /webkit/data/layout_tests/LayoutTests
175 /webkit/data/test_shell/plugins 176 /webkit/data/test_shell/plugins
176 /webkit/data/xbm_decoder 177 /webkit/data/xbm_decoder
177 /x86-generic_out/ 178 /x86-generic_out/
178 /xcodebuild 179 /xcodebuild
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