summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatej Knopp <matej.knopp@gmail.com>2012-01-13 19:20:28 -0500
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-05-16 08:16:10 +0100
commitd80aa53de40f83c02f4a7610c5647dddb3685157 (patch)
tree57f384a5dee62943c6963b65bd56f17bbd8baba3 /.gitignore
parente3252bc7fd85ecaf09674d58fd636cf68d721899 (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 c69f12f..f3bbcbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,11 @@ m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
+
+Build
+*.user
+*.suo
+*.ipch
+*.sdf
+*.opensdf
+*.DS_Store \ No newline at end of file