0 Star 6 Fork 2

衣米魔兽/衣米魔兽BarkTemple-Core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
Flekz 提交于 2024-03-21 17:40 . Playerbots integration
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# NOTE! Please use 'git-ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
# Normal rules
#
.*
*.o
*.o.*
*.so
*.so.dbg
*.bin
*.gz
#
# Top-level generic files
#
bin
build
tags
TAGS
win
!.gitignore
!.gitattributes
!.travis.yml
#
# Build generated files
#
autom4te.cache
#
# Editors / debuggers / other output files
#
*~
*.bak
*.orig
*.patch
callgrind.out.*
nbproject/
.idea/
cmake-build-*/
#
# Git stuff
!.github/
# stgit directories
patches-*
#
# VS binaries output
#
bin/*
#
# VS temporary files
#
*.ncb
*.suo
*.sdf
*.opensdf
*.sln.cache
*.vsp
ipch
*.user
*.opendb
*.VC.db
#
# CMake temporary files
#
CMakeFiles
CMakeCache.txt
cmake_install.cmake
#
# OS specific
#
# MacOS
.DS_Store
#
# Special exceptions
#
# recastnavigation directory needs exception
!dep/recastnavigation/RecastDemo/Build/
/_build/
#
# Module files
#
src/modules/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/Ymwow/BarkTempleCore.git
git@gitee.com:Ymwow/BarkTempleCore.git
Ymwow
BarkTempleCore
衣米魔兽BarkTemple-Core
master

搜索帮助