mirror of https://github.com/CGAL/cgal
initial version (moved to cvs-server)
This commit is contained in:
parent
c389fa80c5
commit
faed70f832
|
|
@ -48,6 +48,22 @@ Packages/Min_ellipse_2/.tmp
|
|||
Packages/Min_ellipse_2/Makefile
|
||||
Packages/Min_ellipse_2/bin
|
||||
Packages/Min_ellipse_2/doc_ps
|
||||
Packages/Min_sphere_d_new/*.aux
|
||||
Packages/Min_sphere_d_new/*.bbl
|
||||
Packages/Min_sphere_d_new/*.blg
|
||||
Packages/Min_sphere_d_new/*.dvi
|
||||
Packages/Min_sphere_d_new/*.idx
|
||||
Packages/Min_sphere_d_new/*.ilg
|
||||
Packages/Min_sphere_d_new/*.ind
|
||||
Packages/Min_sphere_d_new/*.log
|
||||
Packages/Min_sphere_d_new/*.mxp
|
||||
Packages/Min_sphere_d_new/*.toc
|
||||
Packages/Min_sphere_d_new/.dep
|
||||
Packages/Min_sphere_d_new/.obj
|
||||
Packages/Min_sphere_d_new/.tmp
|
||||
Packages/Min_sphere_d_new/Makefile
|
||||
Packages/Min_sphere_d_new/bin
|
||||
Packages/Min_sphere_d_new/doc_ps
|
||||
Packages/Polytope_distance_d/*.aux
|
||||
Packages/Polytope_distance_d/*.bbl
|
||||
Packages/Polytope_distance_d/*.blg
|
||||
|
|
|
|||
|
|
@ -0,0 +1,16 @@
|
|||
*.log
|
||||
*.aux
|
||||
*.dvi
|
||||
*.mxp
|
||||
*.bbl
|
||||
*.blg
|
||||
*.toc
|
||||
*.idx
|
||||
*.ilg
|
||||
*.ind
|
||||
.dep
|
||||
.tmp
|
||||
.obj
|
||||
bin
|
||||
doc_ps
|
||||
Makefile
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
.cvsignore
|
||||
Makefile*
|
||||
web
|
||||
Loading…
Reference in New Issue