Vault checkout | Community
Skip to main content
Jai1122
New Participant
October 16, 2015
Solved

Vault checkout

  • October 16, 2015
  • 5 replies
  • 1301 views

    Is there a way to avoid the .vlt and dir files that gets generated when we do a vault checkout? We do not want those files to get into ecllipse.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ogill

Yes :)

You need to create a gitignore file: https://help.github.com/articles/ignoring-files/

5 replies

Employee
October 16, 2015

Hi,

what harm will they do in Eclipse? Usually you add them to the ignore file(if using Git) so they don't get into your source control.

Regards,

Opkar

Jai1122
Jai1122Author
New Participant
October 16, 2015

    Hi Opkar,

       The existing code base does not have files like that and we do not want the files that are unused to stay in Eclipse. I am not aware of filtering such files from getting into Git. 

Employee
October 16, 2015

Hi,

what source control are you using? When you say you don't want unused files to stay in Eclipse, if a developer is doing a checkout, then the .vlt files will only be in his environment. 

Regards,

Opkar

Jai1122
Jai1122Author
New Participant
October 16, 2015

We are using Git.  Okay now i understand this. Upon vault checkout the vlt and dir files get created. These files will be imported into Eclipse but Git has to be configured in such a way that these files will not get into Git. Thus if i import the files from Git they will not be having these vlt and dir files.

ogillAccepted solution
Employee
October 16, 2015

Yes :)

You need to create a gitignore file: https://help.github.com/articles/ignoring-files/