1 Star 0 Fork 1

woaidaima / openage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 790 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jonas Jelten 提交于 2019-11-23 18:56 . gitignore: ag now uses .ignore files
# editor-specific files
\#*
.#*
*~
.*.swp
/CMakeLists.txt.user
# ELF files
*.o
*.a
*.so
# python bytecode
*.pyc
*.pyo
__pycache__
*.pyd
# MSVC files
*.pdb
*.dll
*.exe
# workflow
*.orig
/TODO.org
# build system
/bin
/.bin
/build
/deps
/.ccls-cache
# root dir run script
/run
/run.cpp
/run.html
# CMake in-source builds
/DartConfiguration.tcl
/codegen_depend_cache
/codegen_target_cache
/Doxyfile
/Testing
/py/setup.py
CTestTestfile.cmake
CMakeFiles
cmake_install.cmake
CMakeCache.txt
Makefile
!/Makefile
# debugging
callgrind.out.*
perf.data*
.gdb_history
# code search
/.ignore
/.globalrc
/GPATH
/GRTAGS
/GTAGS
# IDEs
.vscode
.idea
# CMake + ccls
/compile_commands.json
# Virtual Environments
/.venv/
# macOS
.DS_Store
# copyrighted assets
/assets/converted/
/assets/terrain/
1
https://gitee.com/394999482/openage.git
git@gitee.com:394999482/openage.git
394999482
openage
openage
master

搜索帮助