mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
auto merge of #4238 : froydnj/servo/remove-cpp-files-from-gitignore, r=Manishearth
These files don't exist in the tree, and the codegen doesn't create them, so we shouldn't have them sitting around in .gitignore. There are h/cpp files sitting around in the bindings codegen directory; I suppose one could make the argument that they're useful for examples, so we should keep them around, too?
This commit is contained in:
commit
590c6e841b
1 changed files with 0 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -11,10 +11,6 @@
|
|||
/components/script/dom/bindings/codegen/_cache
|
||||
/components/script/dom/bindings/codegen/Bindings
|
||||
/components/script/dom/bindings/codegen/test/*.rs
|
||||
/components/script/dom/bindings/codegen/RegisterBindings.cpp
|
||||
/components/script/dom/bindings/codegen/PrototypeList.h
|
||||
/components/script/dom/bindings/codegen/UnionTypes.h
|
||||
/components/script/dom/bindings/codegen/UnionConversions.h
|
||||
/.servobuild
|
||||
/tests/wpt/_virtualenv
|
||||
*~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue