Currently my o
folder is appearing in my KDevelop project tree, and therefore .o
files appear in the open file completion list.
Is there a way to exclude certain folders from KDevelop's view of the project?
I'm using KDevelop 4.3.
Currently my o
folder is appearing in my KDevelop project tree, and therefore .o
files appear in the open file completion list.
Is there a way to exclude certain folders from KDevelop's view of the project?
I'm using KDevelop 4.3.
You have to add
.kdev_ignore
file to the folder which you want to exclude.