mirror of
https://github.com/sharkdp/bat
synced 2024-11-15 08:37:12 +00:00
Add generated files to gitignore
This commit is contained in:
parent
ea2179b352
commit
e57b2e9528
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
|||
|
||||
/target/
|
||||
**/*.rs.bk
|
||||
|
||||
# Generated files
|
||||
/assets/completions/bat.fish
|
||||
/assets/manual/bat.1
|
||||
|
|
Loading…
Reference in a new issue