summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: fdcd3a6fbaed3d304a32d80c9e9cd7a09c11e391 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Generated by Cargo
# will have compiled files and executables
/target/
/plugin_derive/target/

# The top level Cargo.lock should handle everything
/plugin_derive/Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk