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
|
!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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue