Update .gitignore

This commit is contained in:
João M. Bezerra 2022-10-11 15:44:34 -03:00
parent fdd9c5be6f
commit 31f4f7a162

8
.gitignore vendored
View File

@ -1,11 +1,11 @@
# Generated by Cargo # Cargo artifacts
# will have compiled files and executables
target/ target/
makeshift_testing.py
# These are backup files generated by rustfmt # These are backup files generated by rustfmt
**/*.rs.bk **/*.rs.bk
# crash logs generated by proptest # crash logs generated by proptest
*.proptest-regressions *.proptest-regressions
# Common folder for generated shell completions and man pages
artifacts/