Files
ncspot/.gitignore
Thomas Frans caf937d858 fix: add leading slash to gitignore paths
The leading slash forces Git to only look for the mentioned files from
the root of the directory, not inside allowed subdirectories.
2023-11-24 19:10:28 +01:00

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