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

Side by Side Diff: .gitignore

Issue 10825055: Add bison, gperf, perl to .gitignore (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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 *.Makefile 1 *.Makefile
2 *.gypcmd 2 *.gypcmd
3 *.mk 3 *.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.opensdf 6 *.opensdf
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.rules 9 *.rules
10 *.scons 10 *.scons
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 /testing/gtest 129 /testing/gtest
130 /testserver.log 130 /testserver.log
131 /third_party/GTM 131 /third_party/GTM
132 /third_party/WebKit 132 /third_party/WebKit
133 /third_party/adobe/flash/binaries 133 /third_party/adobe/flash/binaries
134 /third_party/adobe/flash/symbols 134 /third_party/adobe/flash/symbols
135 /third_party/angle 135 /third_party/angle
136 /third_party/aosp 136 /third_party/aosp
137 /third_party/asan 137 /third_party/asan
138 /third_party/bidichecker 138 /third_party/bidichecker
139 /third_party/bison
139 /third_party/cacheinvalidation/files 140 /third_party/cacheinvalidation/files
140 /third_party/chromeos_login_manager 141 /third_party/chromeos_login_manager
141 /third_party/chromeos_text_input 142 /third_party/chromeos_text_input
142 /third_party/cros 143 /third_party/cros
143 /third_party/cros_system_api 144 /third_party/cros_system_api
144 /third_party/cygwin 145 /third_party/cygwin
145 /third_party/directxsdk 146 /third_party/directxsdk
146 /third_party/drmemory 147 /third_party/drmemory
147 /third_party/ffmpeg 148 /third_party/ffmpeg
148 /third_party/flac 149 /third_party/flac
149 /third_party/freetype 150 /third_party/freetype
150 /third_party/gles2_conform 151 /third_party/gles2_conform
151 /third_party/gnu_binutils/ 152 /third_party/gnu_binutils/
152 /third_party/gold 153 /third_party/gold
153 /third_party/googlemac 154 /third_party/googlemac
155 /third_party/gperf
154 /third_party/hunspell 156 /third_party/hunspell
155 /third_party/hunspell_dictionaries 157 /third_party/hunspell_dictionaries
156 /third_party/icu 158 /third_party/icu
157 /third_party/jsoncpp/source 159 /third_party/jsoncpp/source
158 /third_party/leveldatabase/src 160 /third_party/leveldatabase/src
159 /third_party/leveldb 161 /third_party/leveldb
160 /third_party/libexif/sources 162 /third_party/libexif/sources
161 /third_party/libjingle/source 163 /third_party/libjingle/source
162 /third_party/libjpeg_turbo 164 /third_party/libjpeg_turbo
163 /third_party/libphonenumber/libphonenumber.xml 165 /third_party/libphonenumber/libphonenumber.xml
164 /third_party/libphonenumber/libphonenumber_without_metadata.xml 166 /third_party/libphonenumber/libphonenumber_without_metadata.xml
165 /third_party/libphonenumber/src 167 /third_party/libphonenumber/src
166 /third_party/libsrtp 168 /third_party/libsrtp
167 /third_party/libvpx 169 /third_party/libvpx
168 /third_party/libyuv 170 /third_party/libyuv
169 /third_party/lighttpd 171 /third_party/lighttpd
170 /third_party/llvm 172 /third_party/llvm
171 /third_party/llvm-build 173 /third_party/llvm-build
172 /third_party/lss 174 /third_party/lss
173 /third_party/mingw-w64 175 /third_party/mingw-w64
174 /third_party/mkl 176 /third_party/mkl
175 /third_party/mozc/chrome/chromeos/renderer 177 /third_party/mozc/chrome/chromeos/renderer
176 /third_party/mozc/session 178 /third_party/mozc/session
177 /third_party/nacl_sdk_binaries/ 179 /third_party/nacl_sdk_binaries/
178 /third_party/nss 180 /third_party/nss
179 /third_party/openssl 181 /third_party/openssl
180 /third_party/ots 182 /third_party/ots
181 /third_party/pdfsqueeze 183 /third_party/pdfsqueeze
182 /third_party/pefile 184 /third_party/pefile
185 /third_party/perl
183 /third_party/platformsdk_win7 186 /third_party/platformsdk_win7
184 /third_party/platformsdk_win8 187 /third_party/platformsdk_win8
185 /third_party/ppapi 188 /third_party/ppapi
186 /third_party/psyco_win32 189 /third_party/psyco_win32
187 /third_party/pthreads-win32 190 /third_party/pthreads-win32
188 /third_party/pyftpdlib/src 191 /third_party/pyftpdlib/src
189 /third_party/pylib 192 /third_party/pylib
190 /third_party/pymox/src 193 /third_party/pymox/src
191 /third_party/python_24 194 /third_party/python_24
192 /third_party/python_26 195 /third_party/python_26
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 /v8 232 /v8
230 /webkit/Debug 233 /webkit/Debug
231 /webkit/Release 234 /webkit/Release
232 /webkit/data/bmp_decoder 235 /webkit/data/bmp_decoder
233 /webkit/data/ico_decoder 236 /webkit/data/ico_decoder
234 /webkit/data/layout_tests/LayoutTests 237 /webkit/data/layout_tests/LayoutTests
235 /webkit/data/test_shell/plugins 238 /webkit/data/test_shell/plugins
236 /webkit/data/xbm_decoder 239 /webkit/data/xbm_decoder
237 /x86-generic_out/ 240 /x86-generic_out/
238 /xcodebuild 241 /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