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 these files?

1

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 .

1

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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

James H. Sterling

James H. Sterling

Environmental Science & Climate Journalist

James Sterling reports on renewable energy developments, climate policy, ecological conservation, and green tech innovations around the globe.

Share this article
Twitter Facebook Pinterest