From c6b0da9e1e56f24d51bedc8b87ea02b53ebb5ce0 Mon Sep 17 00:00:00 2001 From: Matej Knopp Date: Fri, 13 Jan 2012 18:57:20 -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 899464a..141f5cb 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,11 @@ gst*orc.h /tests/examples/shapewipe/shapewipe-example /tests/examples/jack/jack_client /tests/examples/opencv/gstmotioncells_dynamic_test + +Build +*.user +*.suo +*.ipch +*.sdf +*.opensdf +*.DS_Store \ No newline at end of file -- 2.7.4