The Files window shows a directory-based view of your projects, including files and folders that are not displayed in the Projects window. You can open the Files window by choosing Window > Files (Ctrl-2).
For C and C++ projects, the Files window displays the following:
Item | Description |
---|---|
nbproject |
The directory that contains the project makefile and other metadata. This
directory contains:
|
nbproject/private | The directory that holds properties that are defined for you only. If you are sharing the project over VCS, any properties you define in private.properties are not checked in with other project metadata and are applied only to your installation of the IDE. |
build | The output directory for object (.o) files. |
dist | The output directory for executable (.exe) files and library files. |
Makefile | The master makefile for the project. |
See Also | |
---|---|
C and C++ Development Overview Projects Window |