Adding config.tmp to the ignore list

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
This commit is contained in:
Vivek Galatage 2013-04-08 20:23:19 +05:30
parent c617e7d288
commit 8516a1d478

1
.gitignore vendored
View file

@ -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/