aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: d84d012ba3845bf7f414fa405d3c2760e8121cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated by Cargo
# will have compiled files and executables
/target/

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

# ignore serialized files
*.json

# ignore logs
*.txt

# ignore session

*.vim