From 597f6f2e10b9ff36c0a02417dd1bcbae2b4247c7 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Fri, 12 Oct 2012 15:52:14 +0000 Subject: [PATCH] Add proto.xml to .gitignore (and alphabetize). TBR=henrika@webrtc.org Review URL: https://webrtc-codereview.appspot.com/868014 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2922 4adac7df-926f-26a2-2b94-8c16560cd09d --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e41db70a74..a19c0b6e79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ -*.host.mk -*.target.mk *.Makefile +*.host.mk *.ncb *.ninja *.props @@ -10,6 +9,7 @@ *.sdf *.sln *.suo +*.target.mk *.targets *.user *.vcproj @@ -20,6 +20,8 @@ *.vpwhistu *.vtg *.xcodeproj +*_proto.xml +*_proto_cpp.xml *~ .*.sw? .DS_Store