[vlc-devel] Rémi Denis-Courmont : Ignore all object files, not just vlc.o
git version control
git at videolan.org
Sun Mar 2 18:28:17 CET 2008
Module: vlc
Branch: master
Commit: bd9f77136ff0bb6d089880fe9168ce1296fa4d67
URL: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bd9f77136ff0bb6d089880fe9168ce1296fa4d67
Author: Rémi Denis-Courmont <rem at videolan.org>
Date: Sun Mar 2 19:28:00 2008 +0200
Ignore all object files, not just vlc.o
Signed-off-by: Rémi Denis-Courmont <rem at videolan.org>
---
.gitignore | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index 1c75eaa..a9e4343 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
*.m4
*.mak
*.moc.cpp
+*.o
*.vlt
.deps
.libs
@@ -27,4 +28,3 @@ svlc
cvlc
qvlc
vlc
-src/vlc-vlc.o
More information about the vlc-devel
mailing list