Skip to content

Commit c49689c

Browse files
authored
Merge pull request jwasham#320 from brunoguic/removing-os-generated-files
Removing OS generated files
2 parents d50295c + a537f59 commit c49689c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,13 @@ personal-9894.md
44
# Targets Windows & Unix temporary files
55
~$*
66
*~
7+
8+
# OS generated files #
9+
######################
10+
.DS_Store
11+
.DS_Store?
12+
._*
13+
.Spotlight-V100
14+
.Trashes
15+
ehthumbs.db
16+
Thumbs.db

0 commit comments

Comments
 (0)