Skip to content

Commit 57f8ace

Browse files
committed
Exclude .DS_Store
1 parent 7bde51c commit 57f8ace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ ts:
2424

2525
.PHONY: deploy
2626
RSYNCARGS := --compress --recursive --checksum --itemize-changes \
27-
--delete -e ssh --perms --chmod=Du=rwx,Dgo=rx,Fu=rw,Fog=r
27+
--delete -e ssh --perms --chmod=Du=rwx,Dgo=rx,Fu=rw,Fog=r \
28+
--exclude=.DS_Store
2829
DEST := courses:coursewww/capra.cs.cornell.edu/htdocs/bril
2930
deploy: book
3031
rsync $(RSYNCARGS) ./book/ $(DEST)

0 commit comments

Comments
 (0)