Skip to content
Snippets Groups Projects
.gitignore 210 B
Newer Older
  • Learn to ignore specific revisions
  • # ignore generated .vtu and .pvd files,
    *.vtu
    *.pvd
    *.pvtu
    
    # ignore ARH files
    *.arh
    *.parh
    *.tarh
    
    
    # ignore matrix-market files
    *.mtx
    
    error.txt
    lint.txt
    
    
    install*/
    
    .vscode/