mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
34 lines
314 B
Plaintext
34 lines
314 B
Plaintext
# Compiled files
|
|
*.o
|
|
*.so
|
|
*.rlib
|
|
*.dll
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# Generated by Cargo
|
|
/target/
|
|
|
|
/bin/sk
|
|
.idea/
|
|
.ropeproject/
|
|
bench_data.txt
|
|
.direnv
|
|
|
|
# Coverage
|
|
lcov.info
|
|
codecov.json
|
|
*.profraw
|
|
|
|
benches/fixtures/*.txt
|
|
|
|
# Profiling
|
|
profile.json.gz
|
|
perf.data.old
|
|
perf.data
|
|
flamegraph.svg
|
|
cachegrind.out.*
|
|
|
|
/scripts/data/
|