cargo/.gitignore
Tobias Bucher 18077cb3ef Add __pycache__ to .gitignore
Running `make` creates the `src/etc/__pycache__` directory which should
not be checked in.
2015-12-18 12:28:08 +00:00

12 lines
140 B
Plaintext

/target
.cargo
/config.stamp
/Makefile
/config.mk
src/doc/build
src/etc/*.pyc
src/registry/target
src/registry/Cargo.lock
rustc
__pycache__