Skip to content

Commit 5ccae87

Browse files
Merge remote-tracking branch 'scroll/main' into matthias/fix-spartan-submodule
2 parents 21450a9 + 2eccf9f commit 5ccae87

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
11
.DS_Store
22
*.rtk
33
*.ctk
4+
5+
# Generated by Cargo
6+
# will have compiled files and executables
7+
debug/
8+
target/
9+
10+
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
11+
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
12+
Cargo.lock
13+
14+
# These are backup files generated by rustfmt
15+
**/*.rs.bk
16+
17+
# MSVC Windows builds of rustc generate these, which store debugging information
18+
*.pdb
19+
20+
# RustRover
21+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
22+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
23+
# and can be added to the global gitignore or merged into this file. For a more nuclear
24+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
25+
#.idea/

0 commit comments

Comments
 (0)