1outdir/
2.*.swp
3target.sh
4*.pyc
5tags
6rusty-tags.*
7
8# mynewt
9/repos/
10/project.state
11/bin/
12/targets/
13**/build/**/*
14
15#Eclipse project files
16.cproject
17.project
18
19# Compiled python modules.
20*.pyc
21
22# Setuptools distribution folder.
23/scripts/dist/
24
25# Python egg metadata, regenerated from source files by setuptools.
26/scripts/*.egg-info
27/scripts/*.egg
28
29# The target directory from Rust development
30/target/
31