c++ - 什么是与 Codeblocks C++ 项目一起使用的好 gitignore?

标签 c++ git codeblocks gitignore

<分区>

这是我目前所拥有的:

obj/
bin/

还有什么吗?

最佳答案

你可以使用这个:

*.layout
*.depend
bin/
obj/

参见: https://www.gitignore.io/api/codeblocks

关于c++ - 什么是与 Codeblocks C++ 项目一起使用的好 gitignore?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50103142/

相关文章:

c++ - 创建类变量时内存泄漏

c++ - 为 Turtle 中的常量方法创建 Mock

java - 在 git checkout 之后在 eclipse 中包含文件

android - "/usr/local/bin/git": error=2, Android Studio 没有那个文件或目录

git - 当您拥有一台 git 服务器和多个开发站时,最佳工作流程是什么?

c - 使用 macOS High Sierra 时在 C 中使用 while(free) 而不是 while(true)

c - 运行我的代码时出现运行时错误

c++ - 将 QString 转换为十六进制?

c++ - UDP 套接字。如何确定数据是否发送到线路?

c++ - Code::Blocks "compile switches"在哪里?