Skip to content
Snippets Groups Projects
Select Git revision
  • 4b65645c373cd9763015dfc53004c6c88c1d7fa4
  • master default
  • 6.5.5
  • 6.5.4
  • 6.5.3
  • 6.5.2
  • 6.5.1
  • 6.5.0
  • 6.4.4
  • 6.4.3
  • 6.4.2
  • 6.4.1
  • 6.4.0
  • 6.3.3
  • data-explorer-5
  • 6.3.2
  • 6.3.1
  • 6.3.0
  • 6.2.2
  • 6.2.1
  • 6.2.0
  • 6.2.0-rc1
22 results
An error occurred while fetching branches. Retry the search.

.gitignore

Blame
  • Forked from ogs / ogs
    2540 commits behind the upstream repository.
    Lars Bilke's avatar
    Lars Bilke authored and Dmitry Yu. Naumov committed
    8776250e
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .gitignore 536 B
    *.bak*
    /build*/
    *.sw[op]
    tags
    .ExternalData_*
    .DS_Store
    
    # CLion IDE project files
    *.iml
    .idea
    
    # Visual Studio Code project files
    .vscode
    
    *.pyc
    .venv
    
    Tests/**/*.md5
    Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
    Tests/Data/_out
    web/.netlify
    
    CMakeUserPresets.json
    scripts/cmake/vtk-*.patch
    
    .snakemake
    
    # clangd and other language servers' caches
    .cache
    .ccls-cache
    
    # VS Code devcontainer
    /.cpm
    nohup.out
    
    /Documentation/.vale
    
    # Python build
    /_skbuild
    *.egg-info/
    /wheelhouse
    .ipynb_checkpoints
    /Applications/Python/_version.py