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

Side by Side Diff: .gitignore

Issue 111953007: Add clang-format binaries and scripts for all platforms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the SHA hashes Created 7 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 | DEPS » ('j') | 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 *.sdf 10 *.sdf
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 /third_party/aosp 198 /third_party/aosp
199 /third_party/apache-mime4j 199 /third_party/apache-mime4j
200 /third_party/asan 200 /third_party/asan
201 /third_party/bidichecker 201 /third_party/bidichecker
202 /third_party/bison 202 /third_party/bison
203 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml 203 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml
204 /third_party/cacheinvalidation/src 204 /third_party/cacheinvalidation/src
205 /third_party/chromeos_login_manager 205 /third_party/chromeos_login_manager
206 /third_party/chromeos_text_input 206 /third_party/chromeos_text_input
207 /third_party/chromite 207 /third_party/chromite
208 /third_party/clang_format/bin/*/*
209 !/third_party/clang_format/bin/*/*.sha1
Nico 2013/12/12 22:51:35 Is this needed? gn doesn't have this
ncarter (slow) 2013/12/12 23:06:45 gn excludes everything, meaning there's a gitignor
208 /third_party/cld_2/src 210 /third_party/cld_2/src
209 /third_party/cros 211 /third_party/cros
210 /third_party/cros_dbus_cplusplus/source 212 /third_party/cros_dbus_cplusplus/source
211 /third_party/cros_system_api 213 /third_party/cros_system_api
212 /third_party/cygwin 214 /third_party/cygwin
213 /third_party/directxsdk 215 /third_party/directxsdk
214 /third_party/drmemory 216 /third_party/drmemory
215 /third_party/eyesfree/src 217 /third_party/eyesfree/src
216 /third_party/ffmpeg 218 /third_party/ffmpeg
217 /third_party/findbugs 219 /third_party/findbugs
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 /webkit/data/test_shell/plugins 345 /webkit/data/test_shell/plugins
344 /webkit/data/xbm_decoder 346 /webkit/data/xbm_decoder
345 /webkit/Debug 347 /webkit/Debug
346 /webkit/Release 348 /webkit/Release
347 /webkit/renderer/media/crypto/ppapi/cdm 349 /webkit/renderer/media/crypto/ppapi/cdm
348 /webpagereplay_logs/ 350 /webpagereplay_logs/
349 /win8/delegate_execute/delegate_execute_version_resources.xml 351 /win8/delegate_execute/delegate_execute_version_resources.xml
350 /win8/metro_driver/metro_driver_version_resources.xml 352 /win8/metro_driver/metro_driver_version_resources.xml
351 /x86-generic_out/ 353 /x86-generic_out/
352 /xcodebuild 354 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698