Initial import

This commit is contained in:
Guilhem Lavaux 2023-05-29 10:41:03 +02:00
commit 56a50eead3
820 changed files with 192077 additions and 0 deletions

58
.gitignore vendored Normal file
View file

@ -0,0 +1,58 @@
# Ignore all
*
# Ignore .gitignore and .gitmodules
.gitignore
.gitmodules
!Jenkinsfile
# Unignore all with extensions
!*.*
# Unignore Dockerfile
!Dockerfile
# Unignore all dirs
!*/
### Above combination will ignore all files without extension ###
# Ignore executable files
*.[oa]
*.out
# Ignore Python bytecode file
*.pyc
# Ignore all files in these directories
.texpadtmp/
downloads/
build/
# Ignore swap files
*~
.DS_Store
extra/*/
!extra/demo/
examples/**
!examples/*.ini
!examples/2MPP.txt
!examples/completeness_*.fits
!examples/one.fits
docs/tex/
docs/sphinx/_build/
docs/sphinx/_static/
build*/
docs/doxyoutput/
docs/_build/
docs/api/
docs/_static/doxy_html/
docs/source/_generate/
!docs/source/user/building/
!build_tools/