[vlmc-devel] commit: Ignore DS_Store on Mac and Thumbs.db on Windows (Rohit Yadav )

git at videolan.org git at videolan.org
Tue Jun 8 21:32:43 CEST 2010


vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Mon Jun  7 17:38:54 2010 +0200| [c75254371821e6f6be444696d3f27ac60f2b26c1] | committer: Hugo Beauzée-Luyssen 

Ignore DS_Store on Mac and Thumbs.db on Windows

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h at gmail.com>

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=c75254371821e6f6be444696d3f27ac60f2b26c1
---

 .gitignore |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 682f355..c025a35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,10 @@
 /qtc-gdbmacros
 Makefile*
 /include
+/contribs
+
+.DS_Store
+Thumbs.db
 
 *.pro.user
 moc_*.cpp



More information about the Vlmc-devel mailing list