aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorcodecrafters-bot <hello@codecrafters.io>2025-07-14 21:06:11 +0000
committercodecrafters-bot <hello@codecrafters.io>2025-07-14 21:06:11 +0000
commit148811deccd803be7f9c4a668974afecd4e97f4e (patch)
tree9eebb93b2994633e7fb42ec73df34b036fd3d3d8 /.gitignore
downloadredis-rust-148811deccd803be7f9c4a668974afecd4e97f4e.tar.xz
redis-rust-148811deccd803be7f9c4a668974afecd4e97f4e.zip
init [skip ci]
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..73fab07
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+# 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