[vlc-commits] Ignore the vlc binaries
Rémi Denis-Courmont
git at videolan.org
Mon Aug 8 17:33:23 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi.denis-courmont at nokia.com> | Mon Aug 8 18:09:19 2011 +0300| [7bded055e24fffb4139beaccffe334967013e37a] | committer: Rémi Denis-Courmont
Ignore the vlc binaries
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7bded055e24fffb4139beaccffe334967013e37a
---
.gitignore | 1 +
bin/.gitignore | 1 +
include/.gitignore | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index c947c07..0fea29f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,7 @@ Makefile.in
stamp-*
vlc-config
vlc-config.in
+vlc
qvlc
rvlc
svlc
diff --git a/bin/.gitignore b/bin/.gitignore
index c39005a..099fb48 100644
--- a/bin/.gitignore
+++ b/bin/.gitignore
@@ -1,4 +1,5 @@
vlc-cache-gen
vlc-static
vlc-wrapper
+vlc
*.exe
diff --git a/include/.gitignore b/include/.gitignore
index ddb7219..39a4a28 100644
--- a/include/.gitignore
+++ b/include/.gitignore
@@ -1 +1,2 @@
vlc_about.h
+!vlc
More information about the vlc-commits
mailing list