[0.11] gstreamer: .gitignore: add visual studio IDE files and OS X . DS_Store files
Tim Müller
tpm at kemper.freedesktop.org
Thu Jan 19 03:44:20 PST 2012
Module: gstreamer
Branch: 0.11
Commit: 22db2421121988fb91f592c88726f116920c5318
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=22db2421121988fb91f592c88726f116920c5318
Author: Matej Knopp <matej.knopp at gmail.com>
Date: Fri Jan 13 17:45:17 2012 -0500
.gitignore: add visual studio IDE files and OS X .DS_Store files
https://bugzilla.gnome.org/show_bug.cgi?id=667899
---
.gitignore | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 297c199..da9b993 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
More information about the gstreamer-commits
mailing list