Skip to content
Snippets Groups Projects
.gitignore 249 B
Newer Older
  • Learn to ignore specific revisions
  • _build
    .sw[po]
    .*.sw[po]
    *~
    *.pyc
    *.pyo
    *.egg-info
    MANIFEST
    dist
    setuptools*egg
    setuptools.pth
    distribute*egg
    distribute*tar.gz
    a.out
    hk
    test/*.pdf
    examples/*.pdf
    
    *.dot
    
    *.vtu
    *.vts
    
    
    run-debug-*
    
    *.vtu
    *.pvtu
    *.pvd
    *.dot
    *.vtk
    *.silo