зеркало из https://github.com/mozilla/gecko-dev.git
27 строки
215 B
Plaintext
27 строки
215 B
Plaintext
|
# 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/*
|