gecko-dev/servo/.gitignore
Jack Moffitt 85fd686b68 servo: Merge #6408 - Generate code into OUT_DIR (from metajack:script-outdir); r=SimonSapin
This is necessary to ensure Cargo knows when to rebuild. Normally
.gitignore would be enough to exclude these from Cargo's freshness
calculation, but https://github.com/rust-lang/cargo/issues/1729 prevents
this currently. This is the new, correct way to do these thigns, just
like the style crate does.

Source-Repo: https://github.com/servo/servo
Source-Revision: ff59e1b8de67f1988522d6b6e6c4adda957fad5b
2015-06-17 16:36:05 -06:00

29 lines
288 B
Plaintext

/.servo
/.cargo
/.servobuild
/target
/ports/android/bin
/ports/android/libs
/ports/android/local.properties
/ports/android/obj
/tests/wpt/_virtualenv
*~
*#
*.o
*.so
*.dylib
*.dSYM
*.dll
*.dummy
*.pkl
*.pyc
*.swp
*.swo
*.csv
.DS_Store
servo-test
Servo.app
.config.mk.last
parser.out
/glfw