refactor doc style
This commit is contained in:
parent
8948f0a3dc
commit
132eb4f50e
10 changed files with 106 additions and 32 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -1,11 +1,20 @@
|
|||
# ignore html files
|
||||
# ignore generated files
|
||||
*.html
|
||||
*.pdf
|
||||
|
||||
# ignore all textual files
|
||||
*.txt
|
||||
*.swp
|
||||
*.swo
|
||||
.kak_history
|
||||
*.log
|
||||
*.csv
|
||||
*.ods
|
||||
|
||||
# ignore object and archive files
|
||||
*.[oa]
|
||||
*.bak
|
||||
*.tar*
|
||||
tags
|
||||
|
||||
# ignore auto-saved files
|
||||
|
|
@ -29,4 +38,7 @@ debug/*
|
|||
build/*
|
||||
website/EO_star.png
|
||||
website/paradiseo_logo.png
|
||||
Release/*
|
||||
Debug/*
|
||||
Build/*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue