This should reduce/eliminate the amount of manual cleanup users
have to do to sync past 177567c518b121731e507e9b9c4049c4dc96e4c8 (#15754).
This is essentially a stripped down version of
526248779a/setup_links.py
which only does the link cleaning + adds removal of the links db.
BUG=webrtc:5006
NOTRY=True
Review-Url: https://codereview.webrtc.org/2603203002
Cr-Commit-Position: refs/heads/master@{#15897}
56 lines
754 B
Plaintext
56 lines
754 B
Plaintext
*.DS_Store
|
|
*.Makefile
|
|
*.host.mk
|
|
*.ncb
|
|
*.ninja
|
|
*.props
|
|
*.pyc
|
|
*.rules
|
|
*.scons
|
|
*.sdf
|
|
*.sln
|
|
*.suo
|
|
*.target.mk
|
|
*.targets
|
|
*.user
|
|
*.vcproj
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.vpj
|
|
*.vpw
|
|
*.vpwhistu
|
|
*.vtg
|
|
*.xcodeproj
|
|
*.xcworkspace
|
|
*_proto.xml
|
|
*_proto_cpp.xml
|
|
*~
|
|
.*.sw?
|
|
.classpath
|
|
.cproject
|
|
.gdb_history
|
|
.gdbinit
|
|
.landmines
|
|
.metadata
|
|
.project
|
|
.pydevproject
|
|
.settings
|
|
.sw?
|
|
/Makefile
|
|
/base
|
|
/build
|
|
/buildtools
|
|
/mojo
|
|
/out
|
|
/testing
|
|
/third_party
|
|
/tools
|
|
/tools-webrtc/video_quality_toolchain/linux/ffmpeg
|
|
/tools-webrtc/video_quality_toolchain/linux/zxing
|
|
/tools-webrtc/video_quality_toolchain/mac/ffmpeg
|
|
/tools-webrtc/video_quality_toolchain/mac/zxing
|
|
/tools-webrtc/video_quality_toolchain/win/*.dll
|
|
/tools-webrtc/video_quality_toolchain/win/*.exe
|
|
/x86-generic_out/
|
|
/xcodebuild
|