From 0266dc76113754bd61c7cab5deb712dd50da1bb3 Mon Sep 17 00:00:00 2001 From: Tetsuharu OHZEKI Date: Sat, 31 Jan 2015 16:54:06 +0900 Subject: [PATCH] Add /.servo .gitignore to ignore the local compiler binary cache. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ec596d02289..872af92f190 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ /components/script/dom/bindings/codegen/Bindings /components/script/dom/bindings/codegen/test/*.rs /.servobuild +/.servo /tests/wpt/_virtualenv *~ *#