1# Compiled files
2*.o
3*.so
4*.rlib
5*.dll
6
7# Executables
8*.exe
9
10# Generated by Cargo
11/target/
12
13# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
14# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
15Cargo.lock
16
17/data/
18