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?
You may want to look in the directory that you have CB installed in first, you may also find this in program file (x86) or the codeblocks sub directory. Look for a file named that may have proj or project in it's name. If you don't find it you can just create a new folder.
'. 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.
The depend file is an ASCII file used to specify information concerning software dependencies for a particular package. The file is created by a software developer.
'.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 .
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With