From 1c24c480732cd72d68cb26bec1cab650beff5214 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders Date: Wed, 20 Apr 2016 11:32:07 -0700 Subject: [PATCH] Add emacs temp files to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e1492c2cd73..79fefb71a85 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ tests/cases/perf/* !tests/cases/webharness/compilerToString.js test-args.txt ~*.docx +\#*\# +.\#* tests/baselines/local/* tests/services/baselines/local/* tests/baselines/prototyping/local/*