mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
parent
c617e7d288
commit
8516a1d478
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue