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

Side by Side Diff: .gitignore

Issue 6378011: gitignore: Add ceee/internal to .gitignore file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 *.pyc 4 *.pyc
5 *.rules 5 *.rules
6 *.scons 6 *.scons
7 *.sln 7 *.sln
8 *.suo 8 *.suo
9 *.user 9 *.user
10 *.vcproj 10 *.vcproj
(...skipping 15 matching lines...) Expand all
26 v8.log 26 v8.log
27 /Makefile 27 /Makefile
28 /_out 28 /_out
29 /breakpad/src/ 29 /breakpad/src/
30 /build/Debug 30 /build/Debug
31 /build/Purify 31 /build/Purify
32 /build/Release 32 /build/Release
33 /build/util/support 33 /build/util/support
34 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. 34 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
35 /c 35 /c
36 /ceee/internal/
36 /chrome/Debug 37 /chrome/Debug
37 /chrome/Hammer 38 /chrome/Hammer
38 /chrome/Release 39 /chrome/Release
39 /chrome/app/theme/google_chrome 40 /chrome/app/theme/google_chrome
40 /chrome/browser/autofill/internal 41 /chrome/browser/autofill/internal
41 /chrome/browser/extensions/default_extensions/chromeos 42 /chrome/browser/extensions/default_extensions/chromeos
42 /chrome/installer/linux 43 /chrome/installer/linux
43 /chrome/installer/mac/internal 44 /chrome/installer/mac/internal
44 /chrome/installer/mac/third_party/xz/xz 45 /chrome/installer/mac/third_party/xz/xz
45 /chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin 46 /chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 /v8 123 /v8
123 /webkit/Debug 124 /webkit/Debug
124 /webkit/Release 125 /webkit/Release
125 /webkit/data/bmp_decoder 126 /webkit/data/bmp_decoder
126 /webkit/data/ico_decoder 127 /webkit/data/ico_decoder
127 /webkit/data/layout_tests/LayoutTests 128 /webkit/data/layout_tests/LayoutTests
128 /webkit/data/test_shell/plugins 129 /webkit/data/test_shell/plugins
129 /webkit/data/xbm_decoder 130 /webkit/data/xbm_decoder
130 /x86-generic_out/ 131 /x86-generic_out/
131 /xcodebuild 132 /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