mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-08-18 21:26:53 +00:00
Ignores __pycache__ files
sel4-sys has been producing __pycache__ files in the source tree, as the Python interpreter normally locates them next to the corresponding sources. This change ignores them, following the precedent set for Rust target/ directories. Change-Id: Iac2e4c14788f13e1844c1241764918628226aedb GitOrigin-RevId: 4d4a9f95698d4d5d0fd36996cc154300573adfc8
This commit is contained in:
parent
46260515d5
commit
31946b70ed
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
Cargo.lock
|
Cargo.lock
|
||||||
target
|
target
|
||||||
|
__pycache__
|
||||||
|
Loading…
Reference in New Issue
Block a user