aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 725ac1d987e883c5229a5112e2038244a642d82c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Compiled files
*.o
*.so
*.rlib
*.dll

# Executables
*.exe

# Generated by Cargo
/target/
Cargo.lock
.vscode