mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Documentation: Add a note about excluding the Build directory in CLion
This was discussed a while back on discord, but no one got around to writing it down yet.
This commit is contained in:
parent
0726d39cb1
commit
f1c4a42840
1 changed files with 10 additions and 0 deletions
|
@ -9,6 +9,16 @@ and set the following fields: (Assuming you use `Ninja` as the build system and
|
||||||
|
|
||||||
`Build Directory`: `Build/i686`
|
`Build Directory`: `Build/i686`
|
||||||
|
|
||||||
|
## Excluding Build Artifacts
|
||||||
|
|
||||||
|
Source files are copied to the `Build` directory during the build, if you do not exclude them from CLion indexing they will show up
|
||||||
|
in search results. This is often confusing, unintuitive, and can result in your loosing changes you have made to files. To exclude
|
||||||
|
these files navigate to the `Project` tool window, right-click the `Build` folder and select `Mark Directory as | Excluded`. If you
|
||||||
|
want exclude Toolchain files as well, follow the same procedure with the following paths:
|
||||||
|
- `Toolchain/Local`
|
||||||
|
- `Toolchain/Tarballs`
|
||||||
|
- `Toolchain/Build`
|
||||||
|
|
||||||
## Notes for WSL Users
|
## Notes for WSL Users
|
||||||
|
|
||||||
It is possible to set the embedded terminal in CLion to the one that your WSL distribution provides.
|
It is possible to set the embedded terminal in CLion to the one that your WSL distribution provides.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue