gecko-dev/servo/.gitignore
Nathan Froyd ecec1d1aa1 servo: Merge #4238 - remove bindings codegen h/cpp files from .gitignore (from froydnj: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?

Source-Repo: https://github.com/servo/servo
Source-Revision: 590c6e841bb39c6dd5fdfc8434b722f170bcb4a4
2014-12-05 00:16:11 -07:00

35 lines
528 B
Plaintext

/.cargo/config
/Cargo.lock
/target
/components/servo/target
/ports/cef/target
/ports/android/bin
/ports/android/libs
/ports/android/local.properties
/ports/android/obj
/components/script/dom/bindings/codegen/*.rs
/components/script/dom/bindings/codegen/_cache
/components/script/dom/bindings/codegen/Bindings
/components/script/dom/bindings/codegen/test/*.rs
/.servobuild
/tests/wpt/_virtualenv
*~
*#
*.o
*.so
*.dylib
*.dSYM
*.dll
*.dummy
*.pkl
*.pyc
*.swp
*.swo
.DS_Store
servo-test
Servo.app
.config.mk.last
parser.out
/glfw