2017-01-10 01:35:50 +08:00
|
|
|
outdir/
|
|
|
|
.*.swp
|
|
|
|
target.sh
|
2017-01-11 07:42:00 +08:00
|
|
|
*.pyc
|
2017-04-20 18:50:12 +08:00
|
|
|
tags
|
|
|
|
rusty-tags.*
|
|
|
|
|
|
|
|
# mynewt
|
2017-08-11 22:35:13 +08:00
|
|
|
/repos/
|
|
|
|
/project.state
|
|
|
|
/bin/
|
|
|
|
/targets/
|
2018-04-07 01:26:24 +08:00
|
|
|
**/build/**/*
|
2018-07-03 22:46:39 +08:00
|
|
|
|
|
|
|
#Eclipse project files
|
|
|
|
.cproject
|
|
|
|
.project
|
2018-12-21 21:19:06 +08:00
|
|
|
|
|
|
|
# Compiled python modules.
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# Setuptools distribution folder.
|
|
|
|
/scripts/dist/
|
|
|
|
|
|
|
|
# Python egg metadata, regenerated from source files by setuptools.
|
|
|
|
/scripts/*.egg-info
|
|
|
|
/scripts/*.egg
|
2021-08-20 01:06:57 +08:00
|
|
|
|
|
|
|
# The target directory from Rust development
|
|
|
|
/target/
|