1
0
mirror of https://github.com/AmbiML/sparrow-kata-full.git synced 2025-05-11 17:04:57 +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:
Matt Harvey 2021-10-05 15:43:36 -07:00 committed by Sam Leffler
parent 46260515d5
commit 31946b70ed

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
Cargo.lock
target
__pycache__