Codeblocks ". Layout" ". Depend" Files
I Have a Codeblocks Project and I Saw That There Are. Layout And. Depend Files That Appeared in My Project Folder. Once I Close Codeblocks Can I Safely Delete...
I have a Codeblocks project and I saw that there are .layout and .depend files that appeared in my project folder. Once I close Codeblocks can I safely delete these files?
2 Answers
'.layout': this is a list of all the open files in the corresponding project, with tab and line position.
'.depend':the dependencies of each file in a project.
Just delete them directly. They are generated while compiling .
XiaXuehai is correct when he says "these files " . depend and . layout" are generated... when you delete them and recompile, they are generated again when you close code blocks.