[vlc-devel] [PATCH] gitignore: ignore generated files under modules/stream_out/chromecast

Zhao Zhili wantlamy at gmail.com
Mon Nov 23 07:29:25 CET 2015


From: Zhao Zhili <wantlamy at gmail.com>

gitignore: ignore generated files under modules/stream_out/chromecast

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 0b0ee9c..c625470 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,6 +48,9 @@ patches/*

 include/vlc/libvlc_version.h

+modules/stream_out/chromecast/*.pb.cc
+modules/stream_out/chromecast/*.pb.h
+
 # Ignore build dirs
 build*
 contrib-*
-- 
1.9.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20151123/2e1df257/attachment.html>


More information about the vlc-devel mailing list