Skip to content

Commit d5514af

Browse files
committed
Merge pull request #1229 from petermm/gitignore-pycache
Add .git_ignore esp32/test/__pycache__/** 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. These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 423be73 + efddb85 commit d5514af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ xcode/**
1111
src/platforms/esp32/build/**
1212
src/platforms/esp32/build/**/*.d
1313
src/platforms/esp32/test/build/**
14+
src/platforms/esp32/test/__pycache__/**
1415
src/platforms/esp32/components/**
1516
src/platforms/esp32/managed_components/**
1617
src/platforms/esp32/sdkconfig

0 commit comments

Comments
 (0)