git ignore built files
This commit is contained in:
parent
6517f3e953
commit
e3d8ae04ee
1 changed files with 8 additions and 1 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -15,10 +15,17 @@
|
|||
!CMakeLists.txt
|
||||
!README.txt
|
||||
!application/
|
||||
!build/
|
||||
!doc/
|
||||
!lib/
|
||||
!src/
|
||||
!test/
|
||||
!eompi.html
|
||||
|
||||
# ignore built files
|
||||
build/
|
||||
release/*
|
||||
debug/*
|
||||
build/*
|
||||
website/EO_star.png
|
||||
website/paradiseo_logo.png
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue