1 Star 0 Fork 0

zhoub86/deep_complex_networks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
Chiheb Trabelsi 提交于 2017-05-30 01:34 . First commit to the repo.
# 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhoub86/deep_complex_networks.git
git@gitee.com:zhoub86/deep_complex_networks.git
zhoub86
deep_complex_networks
deep_complex_networks
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385