Skip to content

Commit 8019c6c

Browse files
authored
chore: add .dSYM files (Mac debug symbols) to tests .gitignore files (#8771)
1 parent 5390cdb commit 8019c6c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

tests/bench/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
*.cmi
77
*.cmx
88
*.o
9+
*.dSYM

tests/compiler/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.lean.out
22
*.lean.c
33
*.lean.linked.bc
4+
*.dSYM
45
test_flags.sh

tests/plugin/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.c
22
*.o
3-
*.so
3+
*.so
4+
*.dSYM

0 commit comments

Comments
 (0)