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

Side by Side Diff: .gitignore

Issue 1402923003: Landmines support to ease clobbering builds (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed initial landmine Created 5 years, 2 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 | 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 *.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 11 matching lines...) Expand all
22 *.vtg 22 *.vtg
23 *.xcodeproj 23 *.xcodeproj
24 *_proto.xml 24 *_proto.xml
25 *_proto_cpp.xml 25 *_proto_cpp.xml
26 *~ 26 *~
27 .*.sw? 27 .*.sw?
28 .classpath 28 .classpath
29 .cproject 29 .cproject
30 .gdb_history 30 .gdb_history
31 .gdbinit 31 .gdbinit
32 .landmines
32 .metadata 33 .metadata
33 .project 34 .project
34 .pydevproject 35 .pydevproject
35 .settings 36 .settings
36 .sw? 37 .sw?
37 /Makefile 38 /Makefile
38 /base 39 /base
39 /build 40 /build
40 /buildtools 41 /buildtools
41 /chromium/.gclient.tmp 42 /chromium/.gclient.tmp
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 /webrtc/examples/android/opensl_loopback/proguard-project.txt 170 /webrtc/examples/android/opensl_loopback/proguard-project.txt
170 /webrtc/modules/audio_device/android/test/bin/ 171 /webrtc/modules/audio_device/android/test/bin/
171 /webrtc/modules/audio_device/android/test/gen/ 172 /webrtc/modules/audio_device/android/test/gen/
172 /webrtc/modules/audio_device/android/test/libs/ 173 /webrtc/modules/audio_device/android/test/libs/
173 /webrtc/video_engine/test/android/bin 174 /webrtc/video_engine/test/android/bin
174 /webrtc/video_engine/test/android/gen 175 /webrtc/video_engine/test/android/gen
175 /webrtc/video_engine/test/android/libs 176 /webrtc/video_engine/test/android/libs
176 /webrtc/video_engine/test/android/obj 177 /webrtc/video_engine/test/android/obj
177 /x86-generic_out/ 178 /x86-generic_out/
178 /xcodebuild 179 /xcodebuild
179
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