OLD | NEW |
---|---|
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/ | |
OLD | NEW |