44 lines
463 B
Text
44 lines
463 B
Text
# 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
|
|
*~
|
|
\#*\#
|
|
|
|
# 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
|
|
Release/*
|
|
Debug/*
|
|
Build/*
|
|
|