blob: 79866888ecfc8e1ef4b82a6a8a06c54546e98aaf [file] [log] [blame]
David Brownc3319672017-01-09 10:35:50 -07001outdir/
2.*.swp
3target.sh
David Brownadec29e2017-01-10 16:42:00 -07004*.pyc
Fabio Utzig923d7e42017-04-20 07:50:12 -03005tags
6rusty-tags.*
7
8# mynewt
David Brown35fd5542017-08-11 08:35:13 -06009/repos/
10/project.state
11/bin/
12/targets/
Andrzej Puzdrowski386b5922018-04-06 19:26:24 +020013**/build/**/*
Szymon Jancc1693d62018-07-03 16:46:39 +020014
15#Eclipse project files
16.cproject
17.project
Fabio Utzige89841d2018-12-21 11:19:06 -020018
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
David Brown6d56cd82021-08-19 11:06:57 -060028
29# The target directory from Rust development
30/target/