summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore7
-rw-r--r--sync.do2
2 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 936b9f9..210a8d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,9 @@ build/preview/*
4!build/preview/preview.ins 4!build/preview/preview.ins
5!build/preview/preview.sty.do 5!build/preview/preview.sty.do
6htdocs 6htdocs
7nginx \ No newline at end of file 7nginx
8
9*.html
10index.md
11lists/*.md
12tex/ \ No newline at end of file
diff --git a/sync.do b/sync.do
index f0a5a25..7cb8907 100644
--- a/sync.do
+++ b/sync.do
@@ -1,2 +1,2 @@
1redo-ifchange htdocs 1redo-ifchange htdocs
2echo "SYNC" >&2 \ No newline at end of file 2rsync -rz -e ssh --delete htdocs/ amy:/sites/math/ \ No newline at end of file