[vlc-devel] commit: contrib: Put the install directories in gitignore, not only their content. (This makes git clean -f -d working properly). ( Pierre d'Herbemont )
git version control
git at videolan.org
Mon Mar 31 13:54:42 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Mon Mar 31 13:51:58 2008 +0200| [e4d14a317076ece0a81bf0d6eccde0b79e5eee0f]
contrib: Put the install directories in gitignore, not only their content. (This makes git clean -f -d working properly).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e4d14a317076ece0a81bf0d6eccde0b79e5eee0f
---
extras/contrib/.gitignore | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/extras/contrib/.gitignore b/extras/contrib/.gitignore
index 2c43554..5cc5151 100755
--- a/extras/contrib/.gitignore
+++ b/extras/contrib/.gitignore
@@ -1,14 +1,14 @@
# Ignore install path
-share/*
-bin/*
-lib/*
-include/*
-man/*
-sbin/*
-etc/*
-gecko-sdk/*
-doc/*
-info/*
+share
+bin
+lib
+include
+man
+sbin
+etc
+gecko-sdk
+doc
+info
*.bak
# Ignore fetched contrib
src/*
More information about the vlc-devel
mailing list