diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-07-19 06:38:25 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-07-19 06:38:25 +0300 |
commit | ae709ef1d04e9a5dfc6755d65a633c7741a6e1f7 (patch) | |
tree | 4ab80b2bcfe79c16db2639d92a009ae8012fccd7 /.gitignore | |
parent | 1e5d0e051969ae4d8547b72408d0b1fb9f1dc3dd (diff) | |
download | Furtherance-ae709ef1d04e9a5dfc6755d65a633c7741a6e1f7.tar.zst |
Update to 1.5.2
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b91e3fd..3d77d1f 100755 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,14 @@ com.lakoliu.Furtherance.json~ src/config.rs /.flatpak /.vscode -/target \ No newline at end of file + +# 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 \ No newline at end of file |