https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 94fae425091eab10fbbdbdc6a944bca4e6a23921 authored by Björn Brötz on 24 November 2017, 14:05:01 UTC
Fix for reusing climofiles at ESGF
Tip revision: 94fae42
.gitignore

c
*.pyc
*.orig
*.tmp
config_private_BM_local.xml
curr_trace_indent.txt
ncl.interface

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/

# Jupyter Notebook
.ipynb_checkpoints

*.tmp
*.orig
/c
/tests/data/**
/test_bash.sh
/python_test_out.txt

# Editor Backup
*~

# Temporary folders
work/*
interface_data/*

# Build folder
doc/sphinx/source/diag_scripts/**
doc/sphinx/source/plot_scripts/**
doc/sphinx/build

back to top