From 8516a1d478276f6e9d55d567cbd2b45f284bceb1 Mon Sep 17 00:00:00 2001 From: Vivek Galatage Date: Mon, 8 Apr 2013 20:23:19 +0530 Subject: [PATCH] Adding config.tmp to the ignore list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In case the ../configure script fails or the user cancels it, the temporary file generated is shown as "untracked file" when running "git status".  Adding it to the ignore file. Fixes #341 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0eaec0d4ecf..03555c955cf 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ Servo.app build config.mk config.stamp +config.tmp parser.out src/servo/dom/bindings/codegen/*.rs src/servo/dom/bindings/codegen/_cache/