summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatej Knopp <matej.knopp@gmail.com>2012-01-13 18:18:33 -0500
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-05-16 08:09:26 +0100
commitc96b2f174af75212038ad578c046349d282a5ad9 (patch)
tree1bf3c0037b1e0922be2995cfb1f659c0d6a23724 /.gitignore
parent275745b001b0009fcc227a86c285c83b1509bfe2 (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 7b7cc210..b2fe9f03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,11 @@ Makefile.in
Makefile
*~
*.bak
+
+Build
+*.user
+*.suo
+*.ipch
+*.sdf
+*.opensdf
+*.DS_Store \ No newline at end of file