What are files starting with ".#" in my project view ?
Hi, i have bunch of these files that show up in project view and deleting them doesn't effect anything.
e.g.
.#MyFile.java1.1.6.3
.#SomeOtherOfMyClass.java1.2.4
etc..
the numbers next to them are CVS versions.
Is it because I did a lot of CVS merge from another branch and it pulled down these hidden temp files but they are visible in my project view ?
How can I get rid of them ?
thanks
请先登录再写评论。
john lukar wrote:
These are backup files generated by cvs when an operation modifies a
locally modified file. The easiest thing to do is to add #* as an
ignored pattern in the IDE settings.
N.