paradiseo/.gitignore
nojhan 30c99f290f first example of automatic algorithm assembling
- add "Forges" tools, to wrap several operator with deferred
instanciation.
- add t-forge-algo to show how to enumerate several algorithms instances
from a common grammar and several alternative operators.
- add several missing className().
2020-03-27 15:59:49 +01:00

32 lines
370 B
Text

# ignore html files
*.html
# ignore all textual files
*.txt
# ignore object and archive files
*.[oa]
tags
# ignore auto-saved files
*~
\#*\#
# excepted these manually configured files
!CMakeLists.txt
!README.txt
!application/
!doc/
!lib/
!src/
!test/
!eompi.html
# ignore built files
build/
release/*
debug/*
build/*
website/EO_star.png
website/paradiseo_logo.png