-
Paul Dechamps authored
Contains 2D and 3D developements as well as the api.
Paul Dechamps authoredContains 2D and 3D developements as well as the api.
.gitignore 500 B
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# Misc
core
*.pyc
*.*~
# OS
.DS_Store
*.swp
*.bak
# Workspace
workspace
workspace.tar.gz
*.tar.gz
*.tgz
# build dir
build
# gitlab-ci / clang-format
patches
# Gmsh
*.db
*.pos
*.msh # do not commit the mesh...
!*_lfs.msh # ... except in the lfs
# sge output
*.o*
*.po*
# matlab
*.asv
# paraview
*.ogv
*.pvsm
# IDE
.project
.pydevproject
.settings
.vscode
.vscode/*