diff options
author | Matej Knopp <matej.knopp@gmail.com> | 2012-01-13 17:45:17 -0500 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-01-19 11:36:49 +0000 |
commit | 22db2421121988fb91f592c88726f116920c5318 (patch) | |
tree | 102238211c83281186ae17f1e070fb745c2574ec | |
parent | 252327f87a420a4f019a5731c6a214809c9a12cc (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-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 297c19945..da9b99325 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 |