svn 不提交 .o 文件,但为什么呢?

发布于 2024-11-17 14:27:30 字数 98 浏览 2 评论 0原文

我发现 svn 默认情况下不会提交我的 .o 文件。我检查了 dir 属性 - 没有找到任何 .o 特定规则。

是否有 svn 默认情况下不提交的文件列表,如 .o?

I found that svn doesn't commit my .o files by default. I've checked dir attributes - no any .o specific rules was found.

Is there a list of files that svn do not commit by default, as .o?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风吹雪碎 2024-11-24 14:27:30

查看配置文件中的 global-ignores。

该文件在 *nix 系统上的标准位置为 ~/.subversion/config

Look at global-ignores in your configuration file.

The standard location of this file on a *nix system will be ~/.subversion/config.

囍笑 2024-11-24 14:27:30

SVN 仅提交您首先 svn add 的文件。如果您没有在 *.o 文件上运行 svn add(通常是这种情况,因为您之前会 svn add 源文件)项目已构建),那么它将被忽略。

SVN only commits the files that you svn add first. If you did not run svn add on an *.o file (and this is usually the case because you would svn add the source files before the project is built) then it will be ignored.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文