Skip to content

Commit

Permalink
[chore] add .cache directory into .gitignore (#160)
Browse files Browse the repository at this point in the history
The clangd lsp server will create a .cache directory in the buddy-mlir
root directory which shouldn't be tracked by git.

Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin authored Jun 8, 2023
1 parent 82a8455 commit dece1f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@

# ONNX models
*.onnx

# Clangd cache
.cache

0 comments on commit dece1f7

Please sign in to comment.