mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #14551 - upsuper:legacy-gitignore, r=emilio
Remove legacy items from .gitignore
The gitignore items being removed were added in f403129
for temporary files generated by `make` for cocoa integration. However, cocoa integration was later moved into its own repo [servo/cocoa-rs](https://github.com/servo/cocoa-rs), and thus the items are no longer necessary.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14551)
<!-- Reviewable:end -->
This commit is contained in:
commit
7eb7d7adb2
1 changed files with 0 additions and 8 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -9,20 +9,12 @@
|
|||
/python/_virtualenv
|
||||
/python/tidy/servo_tidy.egg-info
|
||||
*~
|
||||
*#
|
||||
*.o
|
||||
*.so
|
||||
*.dylib
|
||||
*.dSYM
|
||||
*.dll
|
||||
*.dummy
|
||||
*.pkl
|
||||
*.pyc
|
||||
*.swp
|
||||
*.swo
|
||||
*.csv
|
||||
.DS_Store
|
||||
servo-test
|
||||
Servo.app
|
||||
.config.mk.last
|
||||
/glfw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue