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

Side by Side Diff: webrtc/.gitignore

Issue 1432413002: Flesh out webrtc/.gitignore (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 1 month 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 # This file is for projects that checkout webrtc/ directly (e.g. Chromium). 1 # This file is for projects that checkout webrtc/ directly (e.g. Chromium). It
2 *.mk 2 # is a copy of the .gitignore file in the parent directory.
kjellander_webrtc 2015/11/12 10:25:33 Let's not make it a copy. Having some wildcard pat
brucedawson 2015/11/12 18:29:51 Done.
3 *.DS_Store
4 *.Makefile
5 *.host.mk
6 *.ncb
7 *.ninja
8 *.props
9 *.pyc
10 *.rules
11 *.scons
12 *.sdf
13 *.sln
14 *.suo
15 *.target.mk
16 *.targets
17 *.user
18 *.vcproj
19 *.vcxproj
20 *.vcxproj.filters
21 *.vpj
22 *.vpw
23 *.vpwhistu
24 *.vtg
25 *.xcodeproj
26 *_proto.xml
27 *_proto_cpp.xml
28 *~
29 .*.sw?
kjellander_webrtc 2015/11/12 10:25:33 Please remove everything below this comment. I don
brucedawson 2015/11/12 18:29:51 Done.
30 .classpath
31 .cproject
32 .gdb_history
33 .gdbinit
34 .landmines
35 .metadata
36 .project
37 .pydevproject
38 .settings
39 .sw?
40 /Makefile
41 /base
42 /build
43 /buildtools
44 /chromium/.gclient.tmp
45 /chromium/.gclient.tmp_entries
46 /chromium/.last_sync_chromium
47 /chromium/_bad_scm
48 /chromium/src
49 /gyp-mac-tool
50 /links
51 /links.db
52 /out
53 /resources/**/*.aecdump
54 /resources/**/*.bin
55 /resources/**/*.chn
56 /resources/**/*.dat
57 /resources/**/*.gai
58 /resources/**/*.jpg
59 /resources/**/*.pcap
60 /resources/**/*.pcm
61 /resources/**/*.rtp
62 /resources/**/*.rx
63 /resources/**/*.wav
64 /resources/**/*.yuv
65 /resources/**/*.BIT*
66 /resources/**/*.INP
67 /resources/**/*.OUT*
68 /talk/examples/android/bin
69 /talk/examples/android/gen
70 /talk/examples/android/libs
71 /talk/examples/android/local.properties
72 /talk/examples/android/obj
73 /talk/examples/android/proguard-project.txt
74 /talk/examples/androidtests/bin
75 /talk/examples/androidtests/gen
76 /talk/app/webrtc/androidtests/bin
77 /talk/app/webrtc/androidtests/gen
78 /talk/app/webrtc/androidtests/libs
79 /testing
80 /third_party/WebKit/Tools/Scripts
81 /third_party/android_platform
82 /third_party/android_tools
83 /third_party/appurify-python
84 /third_party/asan
85 /third_party/ashmem
86 /third_party/binutils
87 /third_party/boringssl
88 /third_party/BUILD.gn
89 /third_party/clang_format
90 /third_party/class-dump
91 /third_party/colorama
92 /third_party/cygwin
93 /third_party/directxsdk
94 /third_party/drmemory
95 /third_party/expat
96 /third_party/gaeunit
97 /third_party/gflags/src
98 /third_party/google-visualization-python
99 /third_party/instrumented_libraries
100 /third_party/ijar
101 /third_party/jsoncpp
102 /third_party/jsr-305
103 /third_party/junit
104 /third_party/junit-jar
105 /third_party/libc++
106 /third_party/libc++abi
107 /third_party/libevent
108 /third_party/libjingle
109 /third_party/libjpeg
110 /third_party/libjpeg_turbo
111 /third_party/libsrtp
112 /third_party/libvpx_new
113 /third_party/libxml
114 /third_party/libudev
115 /third_party/libyuv
116 /third_party/llvm
117 /third_party/llvm-build
118 /third_party/lss
119 /third_party/mockito
120 /third_party/modp_b64
121 /third_party/nss
122 /third_party/oauth2
123 /third_party/ocmock
124 /third_party/openmax_dl
125 /third_party/opus
126 /third_party/proguard
127 /third_party/protobuf
128 /third_party/requests
129 /third_party/robolectric
130 /third_party/sqlite
131 /third_party/syzygy
132 /third_party/usrsctp
133 /third_party/valgrind
134 /third_party/WebKit
135 /third_party/winsdk_samples/src
136 /third_party/yasm
137 /third_party/zlib
138 /tools/android
139 /tools/clang
140 /tools/generate_library_loader
141 /tools/gn
142 /tools/grit
143 /tools/gyp
144 /tools/isolate_driver.py
145 /tools/memory
146 /tools/protoc_wrapper
147 /tools/python
148 /tools/sanitizer_options
149 /tools/swarming_client
150 /tools/tsan_suppressions
151 /tools/valgrind
152 /tools/vim
153 /tools/win
154 /tools/xdisplaycheck
155 /tools/whitespace.txt
156 /webrtc/examples/android/media_demo/bin
157 /webrtc/examples/android/media_demo/gen
158 /webrtc/examples/android/media_demo/libs
159 /webrtc/examples/android/media_demo/local.properties
160 /webrtc/examples/android/media_demo/obj
161 /webrtc/examples/android/media_demo/proguard-project.txt
162 /webrtc/examples/android/opensl_loopback/bin
163 /webrtc/examples/android/opensl_loopback/gen
164 /webrtc/examples/android/opensl_loopback/libs
165 /webrtc/examples/android/opensl_loopback/local.properties
166 /webrtc/examples/android/opensl_loopback/obj
167 /webrtc/examples/android/opensl_loopback/proguard-project.txt
168 /webrtc/modules/audio_device/android/test/bin/
169 /webrtc/modules/audio_device/android/test/gen/
170 /webrtc/modules/audio_device/android/test/libs/
171 /webrtc/video_engine/test/android/bin
172 /webrtc/video_engine/test/android/gen
173 /webrtc/video_engine/test/android/libs
174 /webrtc/video_engine/test/android/obj
175 /x86-generic_out/
176 /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