From 18f5a63daec057ae81cf4a9a13de2077b212803c Mon Sep 17 00:00:00 2001 From: Matej Knopp Date: Fri, 13 Jan 2012 17:58:37 -0500 Subject: [PATCH] .gitignore: add visual studio IDE files and OS X .DS_Store files https://bugzilla.gnome.org/show_bug.cgi?id=667899 --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 98a665aab0..36b89c8395 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,11 @@ Makefile tmp-orc.c gst*orc.h tests/check/orc + +Build +*.user +*.suo +*.ipch +*.sdf +*.opensdf +*.DS_Store \ No newline at end of file