.gitignore: add visual studio IDE files and OS X .DS_Store files
authorMatej Knopp <matej.knopp@gmail.com>
Fri, 13 Jan 2012 23:57:20 +0000 (18:57 -0500)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 16 May 2012 07:11:17 +0000 (08:11 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=667899

.gitignore

index 899464ac006dab4228969d585a4246fcee56304b..141f5cb81c2be4af75f57d8664e148d3de14b729 100644 (file)
@@ -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