I have a Codeblocks project, and I saw that there are files .layoutand .dependthat appeared in my project folder. As soon as I close Codeblocks, can I safely delete these files?
.layout
.depend
'. layout ': this is a list of all open files in the corresponding project with a tab and a line.
'. depend ': dependencies of each file in the project.
Just delete them directly. They are generated during compilation.
Source: https://habr.com/ru/post/1615656/More articles:How to effectively test JUnit plug-ins Eclipse RCP - junitDapper multi insert returns inserted objects - sqlChange font size using document.getElementById - javascriptПлагин DITA-OT не может найти функцию JAR файла, когда transtype = PDF - pluginsUse the .bind () function for the function and set some parameters as constant, but not others, JavaScript - javascriptMATLAB urlread will not work for a specific web page - matlabASP.NET MVC route does not work with .html extension - c #Каков идиоматический способ проверки директивы AngularJS? - javascriptFinally, the equivalent in Scala Try - scalaFilling out form 2.4 does not work - javaAll Articles