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

Side by Side Diff: .gitignore

Issue 9169105: don't always run LASTCHANGE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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') | 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 18 matching lines...) Expand all
29 .project 29 .project
30 tags 30 tags
31 Thumbs.db 31 Thumbs.db
32 v8.log 32 v8.log
33 /Makefile 33 /Makefile
34 /_out 34 /_out
35 /breakpad/src/ 35 /breakpad/src/
36 /build/Debug 36 /build/Debug
37 /build/Purify 37 /build/Purify
38 /build/Release 38 /build/Release
39 /build/util/LASTCHANGE
39 /build/util/support 40 /build/util/support
40 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. 41 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
41 /c 42 /c
42 /ceee/internal/ 43 /ceee/internal/
43 /chrome/Debug 44 /chrome/Debug
44 /chrome/Hammer 45 /chrome/Hammer
45 /chrome/Release 46 /chrome/Release
46 /chrome/app/theme/google_chrome 47 /chrome/app/theme/google_chrome
47 /chrome/browser/autofill/internal 48 /chrome/browser/autofill/internal
48 /chrome/browser/extensions/default_extensions/chromeos 49 /chrome/browser/extensions/default_extensions/chromeos
(...skipping 120 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 | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698