[vlc-devel] Jean-Paul Saman : Add more files to ignore.
git version control
git at videolan.org
Sun Mar 2 18:24:11 CET 2008
Module: vlc
Branch: master
Commit: 7c3ed1663c6ac6d2f4f2252541dceeff65c00e58
URL: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7c3ed1663c6ac6d2f4f2252541dceeff65c00e58
Author: Jean-Paul Saman <jpsaman at videolan.org>
Date: Sun Mar 2 18:17:10 2008 +0100
Add more files to ignore.
Signed-off-by: Jean-Paul Saman <jpsaman at videolan.org>
---
.gitignore | 12 ++++++++++++
extras/contrib/.gitignore | 4 +++-
2 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index 4fd39df..1c75eaa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,8 +2,13 @@
*.cache
*.lo
*.la
+*.m4
+*.mak
+*.moc.cpp
+*.vlt
.deps
.libs
+.dirstamp
ABOUT-NLS
aclocal.m4
autotools
@@ -16,3 +21,10 @@ Makefile.in
stamp-*
vlc-config
vlc-config.in
+qvlc
+rvlc
+svlc
+cvlc
+qvlc
+vlc
+src/vlc-vlc.o
diff --git a/extras/contrib/.gitignore b/extras/contrib/.gitignore
index e7083da..2b6ca38 100644
--- a/extras/contrib/.gitignore
+++ b/extras/contrib/.gitignore
@@ -2,7 +2,9 @@
share/*
bin/*
lib/*
-
+include/*
+man/*
+sbin/*
# Ignore fetched contrib
src/*
# But not our files
More information about the vlc-devel
mailing list