Skip to content

Commit d577d36

Browse files
committed
Include ._* in .gitignore
Several operations, including switching branches in GitHub Desktop, create ._filename.foo files on Mac. We do not want to ever submit those.
1 parent 3abfae4 commit d577d36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ startup.m
55
papers_to_read.csv
66
data/*
77
examples/data/*
8+
._*

0 commit comments

Comments
 (0)