2 Star 17 Fork 10

Fr13ndSDP/OpenFOAM_TUTORIAL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
Fr13ndSDP 提交于 2020-04-14 12:12 . updated
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# Editor and misc backup files - anywhere
*~
.*~
*.bak
*.bak[0-9][0-9]
\#*\#
# File-browser settings - anywhere
.directory
# CVS recovered versions - anywhere
.#*
# Objects and archives - anywhere
*.[oa]
*.la
*.so
# Derived files
lex.yy.c
# Corefiles
core
# Dependency files - anywhere
*.dep
# lnInclude (symlink) directories - anywhere
lnInclude
# Build directories - anywhere
linux*Clang*/
linux*Gcc*/
linux*Icc*/
solaris*Gcc*/
SunOS*Gcc*/
platforms/
# Reinstate wmake/rules that might look like build directories
!wmake/rules/*/
# doxygen generated documentation
doc/Doxygen/html
doc/Doxygen/latex
doc/Doxygen/man
doc/Doxygen/DTAGS
# Generated files in the main directory (e.g. ReleaseNotes-?.?.html)
# and in the doc directory
/*.html
/doc/*.html
# Untracked configuration files
/etc/prefs.csh
/etc/prefs.sh
/etc/config.csh/prefs.csh
/etc/config.sh/prefs.sh
# Source packages - anywhere
*.tar.bz2
*.tar.gz
*.tar
*.tgz
*.gtgz
# Ignore the persistent .build tag in the main directory
/.build
# Ignore .timeStamp in the main directory
/.timeStamp
# Ignore .tags in the main directory
/.tags
# Ignore project files in the main directory
/.cproject
/.project
/.dir-locals.el
/.dropbox
# Ignore the test directory and unpublished files
/tutorialsTest
/TODO
.vscode/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/fr13ndsdp/OpenFOAM_TUTORIAL.git
git@gitee.com:fr13ndsdp/OpenFOAM_TUTORIAL.git
fr13ndsdp
OpenFOAM_TUTORIAL
OpenFOAM_TUTORIAL
master

搜索帮助