Skip to content

Commit

Permalink
Update gitignore to include Windows files
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Feb 22, 2024
1 parent 98b998f commit 561e180
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@ fuzzer/artifacts
**.out
**.dSYM

# Windows things
*.exp
*.lib
*.obj

# Other repos
repositories/

# Clang files
# Editor files
compile_commands.json
.vscode/
*.swp

0 comments on commit 561e180

Please sign in to comment.