Languages

Menu
Sites
Language
What is .rds_delta file?

 

I see a file in the root folder of my Tizen project called .rds_delta that contains what appears to be change commands for something. A Google search reveals nothing. Does anyone know what this file is for and if it should be kept in the Git repository, or should we add this to .gitignore?

.rds_delta file:

#delete
#add
#modify
res/wgt/author-signature.xml
res/wgt/config.xml
res/wgt/signature1.xml
Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 Replies
Vineet Tiwari
Hii It is not necessary to add that file into GIT repository
Larry Aasen
Thanks. Do you know why that file exists?
Vineet Tiwari
I could only understand that it gets created when we make any changes in our project initially , so that means all the changes we do gets stored in that file eventually . so even if that file is removed there will be no change in your project