Skip to content

Commit

Permalink
chore: Add mypy_cache and clangd build folders to gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Rodriguez <alexrod@fb.com>
  • Loading branch information
ardzoht committed Mar 30, 2022
1 parent 7c995d7 commit a024a95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ Session.vim
# Python: byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
.mypy_cache/

# Python: virtual environments
.env/
.coverage
.python-version

# C extensions
# C/C++ extensions
*.so
.clangd/

# Distribution / packaging
.Python
Expand Down

0 comments on commit a024a95

Please sign in to comment.