Revision 4abbc92334e16498fc5925ccc3a9ff0b4a645fd6 authored by Brian Dobbins on 13 April 2021, 19:27:06 UTC, committed by Brian Dobbins on 13 April 2021, 19:27:06 UTC
an attempt is made to create it.  This is primarily useful for
containers on laptops/desktops, since the non-shared environment means
there isn't usually a pre-existing directory
1 parent f543392
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