Skip to content

Commit 6d864ce

Browse files
committed
Add gitignore
1 parent a328abb commit 6d864ce

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

native/aoc/.gitignore

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

priv/native/libaoc.so

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)