Skip to content

Commit f286925

Browse files
authored
Add .DS_Store to .gitignore (0xPolygonZero#324)
1 parent 7d39074 commit f286925

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1+
# Cargo build
12
/target
23
Cargo.lock
4+
5+
# Profile-guided optimization
36
/tmp
47
pgo-data.profdata
8+
9+
# MacOS nuisances
10+
.DS_Store

0 commit comments

Comments
 (0)