Skip to content

Commit

Permalink
Update .gitignore (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeepyjack authored Oct 11, 2023
1 parent c408fd4 commit ed32bab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ nosetests.xml
coverage.xml
*.cover
.hypothesis/
/tests/Testing/

## Patching
*.diff
Expand Down Expand Up @@ -139,6 +140,14 @@ ENV/

# clang
compile_commands.json
/.clangd/

# figures
*.eps

# Github
/.config/
/.devcontainer.json

# AWS cache
/.aws/

0 comments on commit ed32bab

Please sign in to comment.