Merge branch 'master' of git+ssh://canape@scm.gforge.inria.fr//gitroot/paradiseo/paradiseo.git
This commit is contained in:
commit
0c35ff4859
2 changed files with 9 additions and 2 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -15,10 +15,17 @@
|
||||||
!CMakeLists.txt
|
!CMakeLists.txt
|
||||||
!README.txt
|
!README.txt
|
||||||
!application/
|
!application/
|
||||||
!build/
|
|
||||||
!doc/
|
!doc/
|
||||||
!lib/
|
!lib/
|
||||||
!src/
|
!src/
|
||||||
!test/
|
!test/
|
||||||
!eompi.html
|
!eompi.html
|
||||||
|
|
||||||
|
# ignore built files
|
||||||
build/
|
build/
|
||||||
|
release/*
|
||||||
|
debug/*
|
||||||
|
build/*
|
||||||
|
website/EO_star.png
|
||||||
|
website/paradiseo_logo.png
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ Contact: paradiseo-help@lists.gforge.inria.fr
|
||||||
#include <topology/ring.h>
|
#include <topology/ring.h>
|
||||||
#include <topology/star.h>
|
#include <topology/star.h>
|
||||||
#include <topology/hypercubic.h>
|
#include <topology/hypercubic.h>
|
||||||
#include <topology/mesh.cpp>
|
#include <topology/mesh.h>
|
||||||
#include <topology/customBooleanTopology.h>
|
#include <topology/customBooleanTopology.h>
|
||||||
#include <topology/customBooleanTopology.h>
|
#include <topology/customBooleanTopology.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue