swh:1:snp:a61297d3d9ee1d3dec93d99fde9f2fb3c1c45925
Raw File
Tip revision: c7705d891f07966f0b6807d2793d235b65d5b06a authored by Jean Jouve on 12 September 2023, 09:40:33 UTC
Updated the code for replicability.
Tip revision: c7705d8
.gitignore
#Mesh files
*.vtp
*.off

#Blender
*.blend
*.blend1

#Vim files
*.swp
*.swo

#Build files
build/

#YouCompleteMe Configuration File
.ycm_extra_conf.py

#Emacs files
*~

#Useless mesh data
*.mtl

#Latex build files
*.fdb_latexmk
*.aux
*.toc
*.bbl
*.blg
*.out
*.log
*.fls
*.pdf
*.synctex.gz

#Pgfplots external files
*.md5
back to top