Add missing MSVS project XML file paths to .gitignore.
commitd57fab48d959e58fc0b1e643eed05be7927b2318
authormsw <msw@chromium.org>
Tue, 7 Oct 2014 21:44:52 +0000 (7 14:44 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 7 Oct 2014 21:45:06 +0000 (7 21:45 +0000)
treefe5a200f7d3194c9c1257188ca92a9a1446f5840
parenta3e8914682cb7e046b5a76e93c053f070ea25a0b
Add missing MSVS project XML file paths to .gitignore.

As of #298318, "git status" reports these untracked files.
(GYP generates these for MSVS project schema definitions)
Add the file paths to .gitignore, like others, for sanity.

I found the following .xml entries with no associated GYP target:
  /chrome/tab_capture_performance_tests_run.xml
    (legit: tools/build/scripts/master/factory/chromium_commands.py)
  /ppapi/native_client/src/shared/ppapi_proxy/nacl_ppapi_browser.xml
    (seems stale, but gab added in r126724 for building all.sln)
  /ppapi/native_client/src/shared/ppapi_proxy/ppruntime_lib.xml
    (seems stale, but gab added in r126724 for building all.sln)
  /remoting/proto/trace_proto_lib.xml
    (seems stale, but referenced in tools/emacs/trybot-mac.txt)
  /remoting/remoting_host_installation_unittest.xml
    (seems stale, no other mention; alexeypa added in r135217)
  /tools/metrics/histograms/histograms.before.pretty-print.xml
    (legit: tools/metrics/histograms/pretty_print.py)
I removed the entries for the middle four apparently stale paths.

BUG=NONE
TEST=Cleaner "git status" on Windows machines.
R=scottmg@chromium.org

Review URL: https://codereview.chromium.org/637643002

Cr-Commit-Position: refs/heads/master@{#298578}
.gitignore