summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatej Knopp <matej.knopp@gmail.com>2012-01-13 18:57:20 -0500
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-05-16 08:11:17 +0100
commitc6b0da9e1e56f24d51bedc8b87ea02b53ebb5ce0 (patch)
tree6447084a07cbbf26139c82082f81ccd8a104c26e /.gitignore
parent5b39799cf0e782e5a1da023aed6d5ad09482acd6 (diff)
downloadgstreamer-plugins-bad-c6b0da9e1e56f24d51bedc8b87ea02b53ebb5ce0.tar.gz
.gitignore: add visual studio IDE files and OS X .DS_Store files
https://bugzilla.gnome.org/show_bug.cgi?id=667899
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 899464ac0..141f5cb81 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