代码拉取完成,页面将自动刷新
# Global ignore patters. They cause the files with the following names and
# extensions to be ignored in general by Git.
#
# We ignore these files because they're usually binary and/or very large, which
# greatly bloats the repository and its clone time. In this category are the
# files .h5/.hdf5/.txt/.log and files named *log_file*. Some of these logs are
# enormous.
#
# We also ignore files that can be easily reproduced one way or another by
# compilers, like .pyc/.o/.so/.a/.lib.
#
# Lastly we ignore files and directories that signal their temporary character
# with a name that contains "tmp".
#
# ****************************************************************************
# ** DO NOT put ignore patterns here that are private to your clone of this **
# ** repository. Those belong in your clone's .git/info/exclude file. **
# ****************************************************************************
#
**/*.h5
**/*.hdf5
**/*.txt
**/*log_file*
**/*.log
**/*.out
**/*.pyc
**/*.o
**/*.so
**/*.a
**/*.lib
**/*.dll
**/*.exe
**/*tmp*
**/*.yaml
**/*.npy
**/slurm-*.out
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。