Skip to content

Commit

Permalink
Add .git_ignore esp32/test/__pycache__/**
Browse files Browse the repository at this point in the history
When running pytest in esp32/test it will create files eg: "src/platforms/esp32/test/__pycache__/test_atomvm.cpython-312-pytest-8.2.2.pyc" this git_ignores that folder.

Signed-off-by: Peter M <[email protected]>
  • Loading branch information
petermm committed Jul 11, 2024
1 parent 82ae2ad commit efddb85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ xcode/**
src/platforms/esp32/build/**
src/platforms/esp32/build/**/*.d
src/platforms/esp32/test/build/**
src/platforms/esp32/test/__pycache__/**
src/platforms/esp32/components/**
src/platforms/esp32/managed_components/**
src/platforms/esp32/sdkconfig
Expand Down

0 comments on commit efddb85

Please sign in to comment.