Skip to content
Snippets Groups Projects
.gitignore 644 B
Newer Older
  • Learn to ignore specific revisions
  • .pydevproject
    .project
    .settings
    *~
    .*.sw[po]
    
    *.dat
    *.pyc
    build
    *.prof
    siteconf.py
    doc/hedge-notes.pdf
    *.vtk
    *.silo
    *.session
    dump.py
    *.orig
    /Makefile
    *.png
    tags
    *.vtu
    *.pvtu
    *.pvd
    doc/user-reference
    doc/dev-reference
    *.poly
    *.node
    *.bak
    *.pdf
    *.tif
    
    *.mpeg
    *-journal
    visitlog.py
    *.log
    .figleaf
    dist
    *.egg*
    MANIFEST
    *.patch
    *.LOCAL.[0-9]*
    *.REMOTE.[0-9]*
    *.BASE.[0-9]*
    tmp
    temp*
    
    setuptools.pth
    
    distribute-*.tar.gz
    
    _build
    
    Yichao Yu's avatar
    Yichao Yu committed
    __pycache__
    *.o
    
    .ipynb_checkpoints
    
    Yichao Yu's avatar
    Yichao Yu committed
    cscope.*
    
    
    # needed by jenkins env
    .env
    virtualenv-[0-9]*
    pytest.xml
    setuptools*tar.gz
    build-and-test-py-project.sh
    
    .pytest_cache