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

Side by Side Diff: .gitignore

Issue 40833003: Make the last change hook also generate C header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | DEPS » ('j') | DEPS » ('J')
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 /arm-sysroot 46 /arm-sysroot
47 /base/base_unittests_run.xml 47 /base/base_unittests_run.xml
48 /breakpad/src/ 48 /breakpad/src/
49 /build/Debug 49 /build/Debug
50 /build/Debug_x64 50 /build/Debug_x64
51 /build/gomacc.lock 51 /build/gomacc.lock
52 /build/ipch/ 52 /build/ipch/
53 /build/Release 53 /build/Release
54 /build/Release_x64 54 /build/Release_x64
55 /build/util/LASTCHANGE* 55 /build/util/LASTCHANGE*
56 /build/util/last_change*.h
56 /build/util/support 57 /build/util/support
57 /build/x64/ 58 /build/x64/
58 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. 59 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
59 /c 60 /c
60 /ceee/internal/ 61 /ceee/internal/
61 /chrome/app/policy/chrome_settings_proto_compile.xml 62 /chrome/app/policy/chrome_settings_proto_compile.xml
62 /chrome/app/policy/chrome_settings_proto_generated_compile.xml 63 /chrome/app/policy/chrome_settings_proto_generated_compile.xml
63 /chrome/app/policy/cloud_policy_backend_header_compile.xml 64 /chrome/app/policy/cloud_policy_backend_header_compile.xml
64 /chrome/app/policy/cloud_policy_proto_compile.xml 65 /chrome/app/policy/cloud_policy_proto_compile.xml
65 /chrome/app/policy/cloud_policy_proto_generated_compile.xml 66 /chrome/app/policy/cloud_policy_proto_generated_compile.xml
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 /webkit/data/test_shell/plugins 325 /webkit/data/test_shell/plugins
325 /webkit/data/xbm_decoder 326 /webkit/data/xbm_decoder
326 /webkit/Debug 327 /webkit/Debug
327 /webkit/Release 328 /webkit/Release
328 /webkit/renderer/media/crypto/ppapi/cdm 329 /webkit/renderer/media/crypto/ppapi/cdm
329 /webpagereplay_logs/ 330 /webpagereplay_logs/
330 /win8/delegate_execute/delegate_execute_version_resources.xml 331 /win8/delegate_execute/delegate_execute_version_resources.xml
331 /win8/metro_driver/metro_driver_version_resources.xml 332 /win8/metro_driver/metro_driver_version_resources.xml
332 /x86-generic_out/ 333 /x86-generic_out/
333 /xcodebuild 334 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698