From: Sam Hocevar Date: Sun, 7 Jan 2001 17:07:02 +0000 (+0000) Subject: . added a .cvsignore file in lib/ so that the directory doesn't get X-Git-Tag: 0.2.70~249 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c25e25c4d2706eb5e540bdbbb2765672824fa5ae;p=vlc . added a .cvsignore file in lib/ so that the directory doesn't get removed whenever one does a cvs update -dP . fixed debian/.cvsignore because of a new version of debhelper --- diff --git a/Makefile.in b/Makefile.in index d09d19f86f..4182d71628 100644 --- a/Makefile.in +++ b/Makefile.in @@ -436,10 +436,7 @@ snapshot: mv /tmp/${SNAPSHOTDIR}.tar.bz2 .. @echo "Sources are in ../${SNAPSHOTDIR}.tar.[gz,bz2]" -plugins: lib $(PLUGINS:%=lib/%.so) - -lib: - mkdir -p lib +plugins: $(PLUGINS:%=lib/%.so) FORCE: diff --git a/debian/.cvsignore b/debian/.cvsignore index cff05f9ba4..ac42c955c1 100644 --- a/debian/.cvsignore +++ b/debian/.cvsignore @@ -1,4 +1,6 @@ tmp +vlc +vlc-* delete files *debhelper diff --git a/lib/.cvsignore b/lib/.cvsignore new file mode 100644 index 0000000000..140f8cf80f --- /dev/null +++ b/lib/.cvsignore @@ -0,0 +1 @@ +*.so