summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatej Knopp <matej.knopp@gmail.com>2012-01-13 17:45:17 -0500
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-19 11:36:49 +0000
commit22db2421121988fb91f592c88726f116920c5318 (patch)
tree102238211c83281186ae17f1e070fb745c2574ec
parent252327f87a420a4f019a5731c6a214809c9a12cc (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--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 297c199451..da9b99325d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,10 @@ gst-element-check.m4
_stdint.h
*.gir
*.typelib
+Build
+*.user
+*.suo
+*.ipch
+*.sdf
+*.opensdf
+*.DS_Store \ No newline at end of file