Skip to content

Commit

Permalink
[chore] add .cache directory into .gitignore (buddy-compiler#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 and guan committed Aug 14, 2023
1 parent c212ad2 commit a70bd1c
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 a70bd1c

Please sign in to comment.