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

Side by Side Diff: .gitignore

Issue 144021: git: sort and add extras to .gitignore (Closed)
Patch Set: Created 11 years, 6 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 *.user
2 *.mk 1 *.mk
3 *.ncb 2 *.ncb
4 *.pyc 3 *.pyc
4 *.scons
5 *.suo 5 *.suo
6 *.scons 6 *.user
7 *.xcodeproj 7 *.xcodeproj
8 SConstruct 8 /Makefile
9 /testserver.log
10 /breakpad/src/ 9 /breakpad/src/
10 /chrome/Debug
11 /chrome/Hammer
12 /chrome/Release
11 /chrome/app/theme/google_chrome/ 13 /chrome/app/theme/google_chrome/
14 /chrome/installer/linux/
12 /chrome/test/data/ 15 /chrome/test/data/
13 /chrome/Hammer
14 /chrome/Debug
15 /chrome/Release
16 /data/ 16 /data/
17 /googleurl/ 17 /googleurl/
18 /out/ 18 /out/
19 /rlz/binaries/ 19 /rlz/binaries/
20 /sconsbuild
20 /sdch/open-vcdiff/ 21 /sdch/open-vcdiff/
21 /testing/gtest/ 22 /testing/gtest/
23 /testserver.log
22 /third_party/GTM/ 24 /third_party/GTM/
23 /third_party/WebKit/ 25 /third_party/WebKit/
24 /third_party/ffmpeg/binaries/ 26 /third_party/ffmpeg/binaries/
25 /third_party/googlemac/ 27 /third_party/googlemac/
26 /third_party/icu38/ 28 /third_party/icu38/
27 /third_party/pdfsqueeze/ 29 /third_party/pdfsqueeze/
28 /third_party/skia/ 30 /third_party/skia/
29 /third_party/tcmalloc/tcmalloc/ 31 /third_party/tcmalloc/tcmalloc/
32 /tools/distcc/
30 /tools/grit/grit/test/data/ 33 /tools/grit/grit/test/data/
31 /tools/gyp/ 34 /tools/gyp/
32 /tools/tryserver/ 35 /tools/tryserver/
33 /v8/ 36 /v8/
34 webkit/data/bmp_decoder/ 37 /webkit/Debug/
35 webkit/data/ico_decoder/ 38 /webkit/Release/
36 webkit/data/layout_tests/LayoutTests/ 39 /webkit/data/bmp_decoder/
37 webkit/data/test_shell/plugins/ 40 /webkit/data/ico_decoder/
38 webkit/data/xbm_decoder/ 41 /webkit/data/layout_tests/LayoutTests/
39 /xcodebuild/ 42 /webkit/data/test_shell/plugins/
43 /webkit/data/xbm_decoder/
44 /xcodebuild/
45 SConstruct
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