[vlc-devel] commit: Ignore these files in 'git status' (Jean-Paul Saman )
git version control
git at videolan.org
Tue Nov 11 14:44:49 CET 2008
vlc | branch: 0.8.6-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Tue Nov 11 14:40:13 2008 +0100| [9fc5a2eb5b4280d4f7fa611725d794049594d8a7] | committer: Jean-Paul Saman
Ignore these files in 'git status'
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9fc5a2eb5b4280d4f7fa611725d794049594d8a7
---
.gitignore | 5 ++++-
activex/.gitignore | 1 +
mozilla/.gitignore | 1 +
share/skins2/.gitignore | 1 +
4 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index d76fd0b..84b2359 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,8 +13,10 @@ Makefile
!extras/contrib/src/Makefile
Makefile.in
stamp-*
+vlc
vlc-config
vlc-config.in
+vlc.win32.nsi
*.o
*.dmg
*.deps
@@ -32,4 +34,5 @@ extras/MacOSX/build
*.lo
*.lo?
*.la
-*.libs
\ No newline at end of file
+*.libs
+bin
diff --git a/activex/.gitignore b/activex/.gitignore
new file mode 100644
index 0000000..5f722f8
--- /dev/null
+++ b/activex/.gitignore
@@ -0,0 +1 @@
+axvlc.inf
diff --git a/mozilla/.gitignore b/mozilla/.gitignore
new file mode 100644
index 0000000..9cf706c
--- /dev/null
+++ b/mozilla/.gitignore
@@ -0,0 +1 @@
+npvlc.rsrc
diff --git a/share/skins2/.gitignore b/share/skins2/.gitignore
new file mode 100644
index 0000000..c44e28a
--- /dev/null
+++ b/share/skins2/.gitignore
@@ -0,0 +1 @@
+*.vlt
More information about the vlc-devel
mailing list