Skip to content

Commit 33994ea

Browse files
committed
Update .gitignore
1 parent 2f0d52c commit 33994ea

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/target
2-
/fuzz/target
1+
target
2+
fuzz/target
33
**/*.rs.bk
44
*~
55
Cargo.lock
@@ -17,3 +17,8 @@ fuzz/hfuzz_workspace
1717

1818
#Vscode project files
1919
.vscode
20+
21+
#Compiled C
22+
*.o
23+
*.a
24+
*.lib

simplicity-sys/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ cc = "1.0"
1010

1111
[dependencies]
1212
libc = "0.2"
13-
14-
[dev-dependencies]

0 commit comments

Comments
 (0)