hg 代码管理 添加.hgignore忽略文件

2016-07-06  本文已影响1156人  Theshy

代码移动到 HG 管理后 .gitignore文件不能用了
然后创建.hgignore文件 忽略不了下边的这个
每次都是冲突
UAV_iOS/UAV_iOS.xcodeproj/project.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate

解决办法

.hgignore 文件设置

syntax: regexp
.classpath
.settings/*
.DS_Store
.orig
UAV_iOS/UAV_iOS.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
UserInterfaceState.xcuserstate
xcuserdata
xcuserdata/
上一篇 下一篇

猜你喜欢

热点阅读