Skip to content

Commit 5989ffc

Browse files
committed
only keep binary lockfiles
1 parent 118350c commit 5989ffc

File tree

55 files changed

+93397
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+93397
-2
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
target
22
target-bin
33
out
4-
# Cargo.lock
54
vendor
65

6+
# cargo lockfiles except from binaries
7+
**/Cargo.lock
8+
!fuzzers/**/Cargo.lock
9+
!utils/**/Cargo.lock
10+
11+
712
.DS_Store
813
.env
914
.vscode
@@ -88,3 +93,6 @@ rustc-ice-*
8893

8994
# log
9095
log
96+
97+
# Coredumps
98+
**/*.core

0 commit comments

Comments
 (0)