Revision be326d8cb4f2bfdc9f005e068f0cb274eac3e6da authored by Jason Boutte on 16 June 2021, 06:01:30 UTC, committed by Jason Boutte on 16 June 2021, 06:01:30 UTC
1 parent 71ddf1c
Raw File
.gitignore
# Ignore python bytecode files
*.pyc
buildnmlc
buildlib.*c

# 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 nuopc driver available seperatly
src/drivers/nuopc
back to top