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

Side by Side Diff: webrtc/.gitignore

Issue 2705063002: Adding support for native profiling of AppRTCMobile (Closed)
Patch Set: Final changes 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 | « tools-webrtc/android/profiling/utilities.sh ('k') | 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). It 1 # This file is for projects that checkout webrtc/ directly (e.g. Chromium). It
2 # is a truncated copy of the .gitignore file in the parent directory. 2 # is a truncated copy of the .gitignore file in the parent directory.
3 *.DS_Store 3 *.DS_Store
4 *.Makefile 4 *.Makefile
5 *.host.mk 5 *.host.mk
6 *.ncb 6 *.ncb
7 *.ninja 7 *.ninja
8 *.props 8 *.props
9 *.pyc 9 *.pyc
10 *.rules 10 *.rules
11 *.scons 11 *.scons
12 *.sdf 12 *.sdf
13 *.sln 13 *.sln
14 *.suo 14 *.suo
15 *.target.mk 15 *.target.mk
16 *.targets 16 *.targets
17 *.user 17 *.user
18 *.vcproj 18 *.vcproj
19 *.vcxproj 19 *.vcxproj
20 *.vcxproj.filters 20 *.vcxproj.filters
21 *.vpj 21 *.vpj
22 *.vpw 22 *.vpw
23 *.vpwhistu 23 *.vpwhistu
24 *.vtg 24 *.vtg
25 *.xcodeproj 25 *.xcodeproj
26 *_proto.xml 26 *_proto.xml
27 *_proto_cpp.xml 27 *_proto_cpp.xml
28 *~ 28 *~
29 .*.sw? 29 .*.sw?
30 tools-webrtc/android/profiling/flamegraph/
kjellander_webrtc 2017/02/24 12:32:06 Move to our top-level .gitignore instead.
31 tools-webrtc/android/profiling/simpleperf/
OLDNEW
« no previous file with comments | « tools-webrtc/android/profiling/utilities.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698