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

Side by Side Diff: .gitignore

Issue 8383015: Add third_party/jsoncpp/source to .gitignore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 | 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 /third_party/directxsdk 97 /third_party/directxsdk
98 /third_party/drmemory 98 /third_party/drmemory
99 /third_party/flac 99 /third_party/flac
100 /third_party/adobe/flash/symbols 100 /third_party/adobe/flash/symbols
101 /third_party/ffmpeg 101 /third_party/ffmpeg
102 /third_party/gles2_conform 102 /third_party/gles2_conform
103 /third_party/googlemac 103 /third_party/googlemac
104 /third_party/hunspell 104 /third_party/hunspell
105 /third_party/hunspell_dictionaries 105 /third_party/hunspell_dictionaries
106 /third_party/icu 106 /third_party/icu
107 /third_party/jsoncpp/source
107 /third_party/leveldatabase/src 108 /third_party/leveldatabase/src
108 /third_party/leveldb 109 /third_party/leveldb
109 /third_party/libjingle/source 110 /third_party/libjingle/source
110 /third_party/libjpeg_turbo 111 /third_party/libjpeg_turbo
111 /third_party/libsrtp/src 112 /third_party/libsrtp/src
112 /third_party/libvpx 113 /third_party/libvpx
113 /third_party/libvpx/include 114 /third_party/libvpx/include
114 /third_party/libvpx/lib 115 /third_party/libvpx/lib
115 /third_party/lighttpd 116 /third_party/lighttpd
116 /third_party/lss 117 /third_party/lss
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 /v8 162 /v8
162 /webkit/Debug 163 /webkit/Debug
163 /webkit/Release 164 /webkit/Release
164 /webkit/data/bmp_decoder 165 /webkit/data/bmp_decoder
165 /webkit/data/ico_decoder 166 /webkit/data/ico_decoder
166 /webkit/data/layout_tests/LayoutTests 167 /webkit/data/layout_tests/LayoutTests
167 /webkit/data/test_shell/plugins 168 /webkit/data/test_shell/plugins
168 /webkit/data/xbm_decoder 169 /webkit/data/xbm_decoder
169 /x86-generic_out/ 170 /x86-generic_out/
170 /xcodebuild 171 /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