Skip to content

Commit e2fe8b7

Browse files
author
Christopher Di Bella
committed
updates .gitignore
* `.lh`: Local History is a helpful Code extension for caching changes, but it adds a lot of metadata to an in-tree directory that pollutes version control workspaces. * `build`: this is a common name for build output, which also pollutes version control workspaces.
1 parent cb90e08 commit e2fe8b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
build/*
12
docs
23
out
34
.cache
45
.vscode/c_cpp_properties.json
56
.vscode/settings.json
67
.gclient_previous_sync_commits
78
.gclient_entries
9+
.lh/*
810
third_party/llvm

0 commit comments

Comments
 (0)