The leading slash forces Git to only look for the mentioned files from the root of the directory, not inside allowed subdirectories.
22 lines
282 B
Plaintext
22 lines
282 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
/.idea/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
*.log
|
|
|
|
tags
|
|
|
|
/.vscode/
|
|
|
|
# Ignore generated resources
|
|
*.1
|
|
/misc/_ncspot
|
|
/misc/ncspot.bash
|
|
/misc/ncspot.fish
|
|
/misc/ncspot.elv
|
|
/misc/_ncspot.ps1
|