[vlc-devel] commit: More ignores (OS X and QT4 related files & folders) ( Felix Paul Kühne )
git version control
git at videolan.org
Sun Apr 20 10:54:41 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Apr 20 10:55:38 2008 +0200| [fe01e52b2414b3fb923f41729001691fe1c6bd00]
More ignores (OS X and QT4 related files & folders)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fe01e52b2414b3fb923f41729001691fe1c6bd00
---
.gitignore | 2 ++
extras/contrib/.gitignore | 7 +++++++
extras/package/macosx/.gitignore | 3 +++
3 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index ae8d4a1..88ba9ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,8 @@
*.pc
*.vlt
*.class
+*.dmg
+.DS_Store
.deps
.libs
.dirstamp
diff --git a/extras/contrib/.gitignore b/extras/contrib/.gitignore
index 27832ef..61c7bae 100755
--- a/extras/contrib/.gitignore
+++ b/extras/contrib/.gitignore
@@ -1,4 +1,11 @@
# Ignore install path
+translations
+demos
+examples
+mkspecs
+phrasebooks
+*.xml
+*.tar.bz2
share
bin
lib
diff --git a/extras/package/macosx/.gitignore b/extras/package/macosx/.gitignore
index aa2fae7..12dbd38 100644
--- a/extras/package/macosx/.gitignore
+++ b/extras/package/macosx/.gitignore
@@ -1 +1,4 @@
!Delete_Preferences.app
+*.mode*
+*.pbxuser
+build
\ No newline at end of file
More information about the vlc-devel
mailing list