Skip to content

Commit 7080c8b

Browse files
committed
gitignore: ignore .build-tools
The .build-tools is created by the scripts/build.sh script. Let's add it to the git ignore list so the tree is marked as clean when the tools dir exists. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 10da2f2 commit 7080c8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ cscope.*
1111
compile_commands.json
1212

1313
.build
14+
.build-tools
1415
.cache
1516
.vscode/
1617

0 commit comments

Comments
 (0)