mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Running `gitlint` locally produces a __pycache__ directory in `scripts/gitlint/rules/`. It makes sense to exclude this directory. Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
11 lines
107 B
Plaintext
11 lines
107 B
Plaintext
/build
|
|
/.cargo
|
|
/target
|
|
**/*.rs.bk
|
|
**/Cargo.lock
|
|
**/rusty-tags.vi
|
|
/rpm/SOURCES
|
|
/.vscode
|
|
/vendor
|
|
__pycache__
|