summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatej Knopp <matej.knopp@gmail.com>2012-01-13 18:09:50 -0500
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-05-16 08:05:32 +0100
commit728e81c2a2967d642f547755fd4bb3e17e8b1159 (patch)
treeb6b4e741c156153b69e45cb210621bc24c0c1f1f /.gitignore
parent62580b14f6632cf1f07d7a933bebd878574e564e (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 91867b285..f5fef70af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,11 @@ tmp-orc.c
*orc.h
/tests/examples/jack/jack_client
+
+Build
+*.user
+*.suo
+*.ipch
+*.sdf
+*.opensdf
+*.DS_Store \ No newline at end of file