-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitignore
65 lines (65 loc) · 889 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
*.target.mk
*.Makefile
*.ncb
*.ninja
*.props
*.pyc
*.rules
*.scons
*.sdf
*.sln
*.suo
*.targets
*.user
*.vcproj
*.vcxproj
*.vcxproj.filters
*.vpj
*.vpw
*.vpwhistu
*.vtg
*.xcodeproj
*~
.*.sw?
.DS_Store
.cproject
.gdb_history
.gdbinit
.metadata
.project
.pydevproject
.settings
/build
/chromium_deps
/gyp-mac-tool
/Makefile
/out
/resources
/src/supplement.gypi
/testing
/third_party/asan
/third_party/cygwin
/third_party/expat
/third_party/gaeunit
/third_party/gold
/third_party/google-gflags/src
/third_party/google-visualization-python
/third_party/jsoncpp
/third_party/libjingle
/third_party/libjpeg
/third_party/libjpeg_turbo
/third_party/libsrtp
/third_party/libvpx
/third_party/libyuv
/third_party/llvm-build
/third_party/oauth2
/third_party/protobuf
/third_party/valgrind
/third_party/yasm
/tools/clang
/tools/gyp
/tools/python
/tools/valgrind
/tools/win
/x86-generic_out/
/xcodebuild