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

Side by Side Diff: .gitignore

Issue 2591663002: Update .gitignore for changes in third_party (Closed)
Patch Set: Created 4 years 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 *.DS_Store 1 *.DS_Store
2 *.Makefile 2 *.Makefile
3 *.host.mk 3 *.host.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.scons 9 *.scons
10 *.sdf 10 *.sdf
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 /third_party/clang_format 71 /third_party/clang_format
72 /third_party/class-dump 72 /third_party/class-dump
73 /third_party/closure_compiler 73 /third_party/closure_compiler
74 /third_party/colorama 74 /third_party/colorama
75 /third_party/cygwin 75 /third_party/cygwin
76 /third_party/directxsdk 76 /third_party/directxsdk
77 /third_party/espresso 77 /third_party/espresso
78 /third_party/expat 78 /third_party/expat
79 /third_party/ffmpeg 79 /third_party/ffmpeg
80 /third_party/gaeunit 80 /third_party/gaeunit
81 /third_party/gflags/src 81 /third_party/gflags
82 /third_party/google-visualization-python 82 /third_party/google-visualization-python
83 /third_party/gtest-parallel
83 /third_party/guava 84 /third_party/guava
84 /third_party/hamcrest 85 /third_party/hamcrest
85 /third_party/icu 86 /third_party/icu
86 /third_party/icu4j 87 /third_party/icu4j
87 /third_party/ijar 88 /third_party/ijar
88 /third_party/instrumented_libraries 89 /third_party/instrumented_libraries
89 /third_party/intellij 90 /third_party/intellij
90 /third_party/jsoncpp 91 /third_party/jsoncpp
91 /third_party/javax_inject 92 /third_party/javax_inject
92 /third_party/jsr-305 93 /third_party/jsr-305
(...skipping 23 matching lines...) Expand all
116 /third_party/proguard 117 /third_party/proguard
117 /third_party/protobuf 118 /third_party/protobuf
118 /third_party/requests 119 /third_party/requests
119 /third_party/robolectric 120 /third_party/robolectric
120 /third_party/sqlite 121 /third_party/sqlite
121 /third_party/sqlite4java 122 /third_party/sqlite4java
122 /third_party/syzygy 123 /third_party/syzygy
123 /third_party/tcmalloc 124 /third_party/tcmalloc
124 /third_party/usrsctp 125 /third_party/usrsctp
125 /third_party/valgrind 126 /third_party/valgrind
126 /third_party/winsdk_samples/src 127 /third_party/winsdk_samples
127 /third_party/yasm 128 /third_party/yasm
128 /third_party/zlib 129 /third_party/zlib
129 /tools/android 130 /tools/android
130 /tools/clang 131 /tools/clang
131 /tools/clang_format_merge_driver 132 /tools/clang_format_merge_driver
132 /tools/determinism 133 /tools/determinism
133 /tools/generate_library_loader 134 /tools/generate_library_loader
134 /tools/generate_stubs 135 /tools/generate_stubs
135 /tools/gn 136 /tools/gn
136 /tools/grit 137 /tools/grit
(...skipping 12 matching lines...) Expand all
149 /tools-webrtc/video_quality_toolchain/linux/zxing 150 /tools-webrtc/video_quality_toolchain/linux/zxing
150 /tools-webrtc/video_quality_toolchain/mac/ffmpeg 151 /tools-webrtc/video_quality_toolchain/mac/ffmpeg
151 /tools-webrtc/video_quality_toolchain/mac/zxing 152 /tools-webrtc/video_quality_toolchain/mac/zxing
152 /tools-webrtc/video_quality_toolchain/win/*.dll 153 /tools-webrtc/video_quality_toolchain/win/*.dll
153 /tools-webrtc/video_quality_toolchain/win/*.exe 154 /tools-webrtc/video_quality_toolchain/win/*.exe
154 /tools/vim 155 /tools/vim
155 /tools/win 156 /tools/win
156 /tools/whitespace.txt 157 /tools/whitespace.txt
157 /x86-generic_out/ 158 /x86-generic_out/
158 /xcodebuild 159 /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