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:
bors-servo 2014-12-05 00:16:11 -07:00
commit 590c6e841b

4
.gitignore vendored
View file

@ -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
*~