Skip to content

Commit

Permalink
remove bindings codegen h/cpp files from .gitignore
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
froydnj committed Dec 2, 2014
1 parent 9cea3ce commit 9978dd6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Expand Up @@ -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
/_virtualenv
*~
Expand Down

5 comments on commit 9978dd6

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from Manishearth
at froydnj@9978dd6

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging froydnj/servo/remove-cpp-files-from-gitignore = 9978dd6 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

froydnj/servo/remove-cpp-files-from-gitignore = 9978dd6 merged ok, testing candidate = 590c6e8

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 590c6e8

Please sign in to comment.