Revision 3de97a44ed61e8caa417ddb3d23791f95b53313d authored by James Foucar on 13 April 2022, 22:19:57 UTC, committed by James Foucar on 13 April 2022, 22:19:57 UTC
1 parent 5752303
Raw File
.gitignore
# Ignore python bytecode files
*.pyc
buildnmlc
buildlib.*c
CIME.egg-info/
build/
dist/
.coverage

# Ignore emacs backup files
*~

# ignore for the merge to master and orphaning of the gh-pages branch
doc/build

# ignore temporary doc files
doc/source/Tools_user/temp_files

# ignore the JENKINS files created when make html is run
scripts/Tools/JENKINS*

# Ignore anything that are produced under scripts "cases" directory
/scripts/cases/

#Ignore Externals
components
libraries
share
back to top