mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
27 lines
223 B
Text
27 lines
223 B
Text
# Compiled files
|
|
*.o
|
|
*.so
|
|
*.rlib
|
|
*.dll
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# Generated by Cargo
|
|
/target/
|
|
/clap-test/target/
|
|
|
|
# Cargo files
|
|
Cargo.lock
|
|
|
|
# Temp files
|
|
.*~
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.bk
|
|
*.orig
|
|
|
|
# Project files
|
|
.vscode/*
|
|
.idea/*
|