oln-0.10 10.247: Fix Populate-Ignore list

Index: 10.246/oln.prj Only in 10.246: libtool Only in 10.246: config/ltmain.sh Only in 10.246: config/config.sub Only in 10.246: config/config.guess Only in 10.246: doc/ref/exdoc.mk Only in 10.246: doc/ref/doxygen.config Only in 10.246: doc/ref/out/exdoc.config --- 10.246/oln.prj +++ 10.247/oln.prj @@ -1,28 +1,14 @@ ;; -*- Prcs -*- (Created-By-Prcs-Version 1 3 3) (Project-Description "Olena") -(Project-Version oln 10 246) -(Parent-Version oln 10 245) -(Version-Log "2006-08-04 Thierry GERAUD <theo@tegucigalpa.lrde.epita.fr> - - Factor some code in oln/lrde/ufmt/; add video raster scan - algorithms and some versions with points as indices. - - * olena/oln/lrde/ufmt/README: New. - * olena/oln/lrde/ufmt/basic_maxtree.hh: Move some parts into... - * olena/oln/lrde/ufmt/ap_maxtree.hh: ...this new file. - * olena/oln/lrde/ufmt/sp_maxtree.hh: New. - * olena/oln/lrde/ufmt/ai_maxtree.hh: New. - * olena/oln/lrde/ufmt/si_maxtree.hh: New. - * olena/oln/lrde/ufmt/rup_maxtree.hh: New. - * olena/oln/lrde/ufmt/bin/sp_maxtree.cc: New. - * olena/oln/lrde/ufmt/bin/si_maxtree.cc: New. - * olena/oln/lrde/ufmt/bin/rup_maxtree.cc: New. - * olena/oln/lrde/ufmt/bin/r1_maxtree.cc: New. +(Project-Version oln 10 247) +(Parent-Version oln 10 246) +(Version-Log "Fix Populate-Ignore list and remove generated files from the version +control. ") (New-Version-Log "") -(Checkin-Time "Fri, 04 Aug 2006 18:48:35 +0200") -(Checkin-Login theo) +(Checkin-Time "Thu, 17 Aug 2006 10:47:46 +0200") +(Checkin-Login levill_r) ;; diff-ignore tests/data/.*pbm$ ;; diff-ignore .*\.pbm$ ;; diff-ignore .*\.pgm$ @@ -87,6 +73,9 @@ "config.h\\(in\\)\\?$" "doc/ref/ref-level.tex" "doc/ref/ref-morpho.tex" + "^doc/ref/exdoc\\.mk$" + "^doc/ref/doxygen\\.config$" + "^doc/ref/out/exdoc\\.config$" "utilities/.*\\.1$" "^attic/" "oln-" @@ -120,7 +109,11 @@ "olena/img/lena1d.pbm" "olena/img/lena1d16b.ppbm" "\\.xvpics/" - "old/")) + "old/" + "^libtool$" + "^config/ltmain\\.sh$" + "^config/config\\.guess$" + "^config/config\\.sub$")) (Project-Keywords) (Files @@ -1526,10 +1519,10 @@ ;; Files added by populate at Thu, 03 Aug 2006 15:59:48 +0200, ;; to version 10.244(w), by theo: - (libtool (oln/w/47_libtool 1.1 755)) - (config/ltmain.sh (oln/w/48_ltmain.sh 1.1 644)) - (config/config.sub (oln/w/49_config.sub 1.1 755)) - (config/config.guess (oln/w/50_config.gue 1.1 755)) + + + + (olena/oln/lrde/ufmt/basic_salembier.hh (oln/w/51_basic_sale 1.1 644)) (olena/oln/lrde/ufmt/bin/basic_maxtree.cc (oln/x/0_basic_maxt 1.2 644)) (olena/oln/lrde/ufmt/bin/basic_salembier.cc (oln/x/1_basic_sale 1.1 644)) @@ -1541,9 +1534,9 @@ (olena/oln/lrde/ufmt/img/lena64.pgm (oln/x/6_lena64.pgm 1.1 644)) (olena/oln/lrde/ufmt/img/lena6.pgm (oln/x/7_lena6.pgm 1.1 644)) (olena/oln/lrde/ufmt/utils.hh (oln/x/8_utils.hh 1.2 644)) - (doc/ref/exdoc.mk (oln/x/9_exdoc.mk 1.1 644)) - (doc/ref/doxygen.config (oln/x/10_doxygen.co 1.1 644)) - (doc/ref/out/exdoc.config (oln/x/11_exdoc.conf 1.1 644)) + + + ;; Files added by populate at Fri, 04 Aug 2006 18:38:31 +0200, ;; to version 10.245(w), by theo: @@ -1575,8 +1568,17 @@ ; (olena/oln/lrde/ufmt/bin/exe/rup_maxtree () :no-keywords) ; (olena/oln/lrde/ufmt/bin/exe/basic_salembier () :no-keywords) ; (olena/oln/lrde/ufmt/bin/exe/basic_maxtree () :no-keywords) + +;; Files deleted by depopulate at Thu, 17 Aug 2006 10:46:05 +0200, +;; from version 10.246(w), by levill_r: + + ; (libtool ()) + ; (config/ltmain.sh ()) + ; (config/config.sub ()) + ; (config/config.guess ()) + ; (doc/ref/exdoc.mk ()) + ; (doc/ref/doxygen.config ()) + ; (doc/ref/out/exdoc.config ()) ) -(Merge-Parents - (10.245 complete) -) +(Merge-Parents) (New-Merge-Parents)
participants (1)
-
Roland Levillain