diff options
Diffstat (limited to 'lib/typst/.gitignore')
| -rw-r--r-- | lib/typst/.gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/typst/.gitignore b/lib/typst/.gitignore new file mode 100644 index 0000000..695217d --- /dev/null +++ b/lib/typst/.gitignore @@ -0,0 +1,13 @@ +### Rust ### +# Generated by Cargo +# will have compiled files and executables +debug/ +target/ + +# These are backup files generated by rustfmt +**/*.rs.bk + +# MSVC Windows builds of rustc generate these, which store debugging information +*.pdb + +example |
