Skip to content

Commit 72089ec

Browse files
committed
Combine the libm .gitignore
1 parent 239cd0f commit 72089ec

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
*.rs.bk
1+
# Rust files
22
Cargo.lock
33
target
4+
5+
# Sources for external files
46
compiler-rt
57
*.tar.gz
8+
9+
# Benchmark cache
10+
baseline-*
11+
iai-home
12+
13+
# Temporary files
14+
*.bk
15+
*.rs.bk
16+
.#*

etc/libm/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)