mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Change spelling error in CLionConfiguration.md
Change "want exclude" to "want to exclude"
This commit is contained in:
parent
0335829e71
commit
8026d8926c
Notes:
sideshowbarker
2024-07-19 17:03:45 +09:00
Author: https://github.com/sk-spr 🔰 Commit: https://github.com/SerenityOS/serenity/commit/8026d8926c7 Pull-request: https://github.com/SerenityOS/serenity/pull/14965 Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ If you already have the project open, you can go to `File -> Settings -> Build,
|
|||
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 you losing 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:
|
||||
want to exclude Toolchain files as well, follow the same procedure with the following paths:
|
||||
- `Toolchain/Local`
|
||||
- `Toolchain/Tarballs`
|
||||
- `Toolchain/Build`
|
||||
|
|
Loading…
Reference in a new issue