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:
brucedawson
2015-11-16 11:01:54 -08:00
committed by Commit bot
parent 482b12e2c3
commit 3528a27b1b

31
webrtc/.gitignore vendored
View File

@ -1,2 +1,29 @@
# This file is for projects that checkout webrtc/ directly (e.g. Chromium). # This file is for projects that checkout webrtc/ directly (e.g. Chromium). It
*.mk # 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?