summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatej Knopp <matej.knopp@gmail.com>2012-01-13 17:58:37 -0500
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-05-16 08:02:02 +0100
commit18f5a63daec057ae81cf4a9a13de2077b212803c (patch)
treed6bb30291914f8f429e99956a2f13210d27e296e /.gitignore
parent71e39c0e84093a4ff127575e992bfafad0c8a38f (diff)
.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 98a665aab..36b89c839 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