diff options
author | Matej Knopp <matej.knopp@gmail.com> | 2012-01-13 18:57:20 -0500 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-05-16 08:11:17 +0100 |
commit | c6b0da9e1e56f24d51bedc8b87ea02b53ebb5ce0 (patch) | |
tree | 6447084a07cbbf26139c82082f81ccd8a104c26e | |
parent | 5b39799cf0e782e5a1da023aed6d5ad09482acd6 (diff) |
.gitignore: add visual studio IDE files and OS X .DS_Store files
https://bugzilla.gnome.org/show_bug.cgi?id=667899
-rw-r--r-- | .gitignore | 8 |
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 |