diff options
Diffstat (limited to 'typst/.gitignore')
| -rw-r--r-- | typst/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/typst/.gitignore b/typst/.gitignore new file mode 100644 index 0000000..8afaf0c --- /dev/null +++ b/typst/.gitignore @@ -0,0 +1,11 @@ +### 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 |
