Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cmazakas committed Mar 22, 2024
1 parent 2198df4 commit 3b61384
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/bin
/bin64

__build__
/__build__
/toolchain.cmake

# Emacs
*#
Expand All @@ -15,3 +16,8 @@ __build__

# Visual Studio Code
/.vscode

# clangd
/.cache
/.clangd
/compile_commands.json

0 comments on commit 3b61384

Please sign in to comment.