8000 ignore top build dir and all __pycache__ · fr830/python-for-android@31433ff · GitHub
[go: up one dir, main page]

< 8000 a href="#start-of-content" data-skip-target-assigned="false" class="px-2 py-4 color-bg-accent-emphasis color-fg-on-emphasis show-on-focus js-skip-to-content">Skip to content

Commit 31433ff

Browse files
committed
ignore top build dir and all __pycache__
1 parent a30fc53 commit 31433ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@
1515
.packages
1616
python_for_android.egg-info
1717
src
18+
/build/
19+
__pycache__/

0 commit comments

Comments
 (0)
0