[vlc-commits] Udpate in-tree plugins cache path

Rémi Denis-Courmont git at videolan.org
Tue May 17 17:45:22 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue May 17 18:45:08 2011 +0300| [03718ff86c4534fc0b6740ca7ca11733dc8f6983] | committer: Rémi Denis-Courmont

Udpate in-tree plugins cache path

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=03718ff86c4534fc0b6740ca7ca11733dc8f6983
---

 .gitignore          |    2 +-
 modules/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2a187a4..a67c0da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,7 +40,7 @@ mvlc
 nvlc
 wxvlc
 vlc_install_dir/*
-plugins-*.dat
+plugins.dat
 patches/*
 
 # Ignore CMake Stuff
diff --git a/modules/Makefile.am b/modules/Makefile.am
index 530d0a1..b551eb5 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -61,7 +61,7 @@ SUBDIRS += .
 
 dist_noinst_SCRIPTS = genmf list.sh
 dist_noinst_DATA = LIST
-MOSTLYCLEANFILES = plugins-*-*.dat
+MOSTLYCLEANFILES = plugins.dat*
 
 .PHONY: stamp-cache
 



More information about the vlc-commits mailing list