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

Side by Side Diff: .gitignore

Issue 2747673003: Alpha-sort .gitignore. (Closed)
Patch Set: remove accidental edits Created 3 years, 9 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 #*#
2 *.Makefile
1 *.a 3 *.a
2 *.exe 4 *.exe
3 *.idb 5 *.idb
4 *.lib 6 *.lib
5 *.log 7 *.log
6 *.map 8 *.map
7 *.mk 9 *.mk
8 *.ncb 10 *.ncb
9 *.pdb 11 *.pdb
10 *.pyc 12 *.pyc
11 *.scons* 13 *.scons*
12 *.sdf 14 *.sdf
13 *.sln 15 *.sln
14 *.so 16 *.so
15 *.suo 17 *.suo
16 *.user 18 *.user
17 *.vcproj 19 *.vcproj
18 *.vcxproj 20 *.vcxproj
19 *.vcxproj.filters 21 *.vcxproj.filters
20 *.xcodeproj 22 *.xcodeproj
21 #*#
22 *~ 23 *~
23 .#* 24 .#*
25 .*.sw?
24 .cpplint-cache 26 .cpplint-cache
25 .cproject 27 .cproject
26 .d8_history 28 .d8_history
27 .gclient_entries 29 .gclient_entries
28 .gdb_history 30 .gdb_history
29 .landmines 31 .landmines
30 .project 32 .project
31 .pydevproject 33 .pydevproject
32 .settings 34 .settings
33 .*.sw?
34 bsuite
35 compile_commands.json
36 d8
37 d8_g
38 gccauses
39 gcsuspects
40 shell
41 shell_g
42 /_* 35 /_*
43 /base 36 /base
44 /build 37 /build
38 /buildtools
45 /gypfiles/win_toolchain.json 39 /gypfiles/win_toolchain.json
46 /buildtools
47 /hydrogen.cfg 40 /hydrogen.cfg
48 /obj 41 /obj
49 /out 42 /out
50 /out.gn 43 /out.gn
51 /perf.data 44 /perf.data
52 /perf.data.old 45 /perf.data.old
46 /src/inspector/build/closure-compiler
47 /src/inspector/build/closure-compiler.tar.gz
53 /test/benchmarks/data 48 /test/benchmarks/data
49 /test/fuzzer/wasm
50 /test/fuzzer/wasm.tar.gz
51 /test/fuzzer/wasm_asmjs
52 /test/fuzzer/wasm_asmjs.tar.gz
54 /test/mozilla/data 53 /test/mozilla/data
55 /test/promises-aplus/promises-tests 54 /test/promises-aplus/promises-tests
56 /test/promises-aplus/promises-tests.tar.gz 55 /test/promises-aplus/promises-tests.tar.gz
57 /test/promises-aplus/sinon 56 /test/promises-aplus/sinon
58 /test/test262/data 57 /test/test262/data
59 /test/test262/data.tar 58 /test/test262/data.tar
60 /test/test262/harness 59 /test/test262/harness
60 /test/wasm-js
61 /testing/gmock 61 /testing/gmock
62 /testing/gtest 62 /testing/gtest
63 /third_party/* 63 /third_party/*
64 !/third_party/binutils 64 !/third_party/binutils
65 !/third_party/inspector_protocol 65 !/third_party/inspector_protocol
66 /tools/clang 66 /tools/clang
67 /tools/gcmole/gcmole-tools 67 /tools/gcmole/gcmole-tools
68 /tools/gcmole/gcmole-tools.tar.gz 68 /tools/gcmole/gcmole-tools.tar.gz
69 /tools/gyp 69 /tools/gyp
70 /tools/jsfunfuzz/jsfunfuzz 70 /tools/jsfunfuzz/jsfunfuzz
71 /tools/jsfunfuzz/jsfunfuzz.tar.gz 71 /tools/jsfunfuzz/jsfunfuzz.tar.gz
72 /tools/luci-go/linux64/isolate 72 /tools/luci-go/linux64/isolate
73 /tools/luci-go/mac64/isolate 73 /tools/luci-go/mac64/isolate
74 /tools/luci-go/win64/isolate.exe 74 /tools/luci-go/win64/isolate.exe
75 /tools/oom_dump/oom_dump 75 /tools/oom_dump/oom_dump
76 /tools/oom_dump/oom_dump.o 76 /tools/oom_dump/oom_dump.o
77 /tools/swarming_client 77 /tools/swarming_client
78 /tools/visual_studio/Debug 78 /tools/visual_studio/Debug
79 /tools/visual_studio/Release 79 /tools/visual_studio/Release
80 /test/fuzzer/wasm
81 /test/fuzzer/wasm_asmjs
82 /v8.log.ll 80 /v8.log.ll
83 /xcodebuild 81 /xcodebuild
84 TAGS 82 GPATH
85 *.Makefile
86 GTAGS
87 GRTAGS 83 GRTAGS
88 GSYMS 84 GSYMS
89 GPATH 85 GTAGS
86 TAGS
87 bsuite
88 compile_commands.json
89 d8
90 d8_g
91 gccauses
92 gcsuspects
93 gtags.files
94 shell
95 shell_g
90 tags 96 tags
91 gtags.files
92 turbo*.cfg 97 turbo*.cfg
93 turbo*.dot 98 turbo*.dot
94 turbo*.json 99 turbo*.json
95 v8.ignition_dispatches_table.json 100 v8.ignition_dispatches_table.json
96 /test/fuzzer/wasm.tar.gz
97 /test/fuzzer/wasm_asmjs.tar.gz
98 /src/inspector/build/closure-compiler.tar.gz
99 /src/inspector/build/closure-compiler
100 /test/wasm-js
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