Flesh out webrtc/.gitignore
Chromium only checks out the webrtc directory so it misses the root level .gitignore file which leads to messy "git status" reports inside third_party/webrtc. This copies the root level .gitignore so that .vcxproj files, the OSX equivalent, and other files will be ignored. Some of the entries are irrelevant, but it is better too have a few irrelevant entries than to be missing some, and the simplicity of copying is valuable. NOTRY=True TBR=henrika@webrtc.org Review URL: https://codereview.webrtc.org/1432413002 Cr-Commit-Position: refs/heads/master@{#10656}
This commit is contained in:
31
webrtc/.gitignore
vendored
31
webrtc/.gitignore
vendored
@ -1,2 +1,29 @@
|
||||
# This file is for projects that checkout webrtc/ directly (e.g. Chromium).
|
||||
*.mk
|
||||
# This file is for projects that checkout webrtc/ directly (e.g. Chromium). It
|
||||
# is a truncated copy of the .gitignore file in the parent directory.
|
||||
*.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
|
||||
*_proto.xml
|
||||
*_proto_cpp.xml
|
||||
*~
|
||||
.*.sw?
|
||||
|
Reference in New Issue
Block a user