mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove emacs backup files, add them to .gitignore
This commit is contained in:
parent
f221b00007
commit
7930bcdd86
3 changed files with 4 additions and 19 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -14,7 +14,6 @@
|
||||||
/python/_virtualenv*
|
/python/_virtualenv*
|
||||||
/python/tidy/servo_tidy.egg-info
|
/python/tidy/servo_tidy.egg-info
|
||||||
/tests/wpt/sync
|
/tests/wpt/sync
|
||||||
*~
|
|
||||||
*.pkl
|
*.pkl
|
||||||
*.pyc
|
*.pyc
|
||||||
*.swp
|
*.swp
|
||||||
|
@ -43,6 +42,10 @@ capture_webrender/
|
||||||
.vscode
|
.vscode
|
||||||
!/.vscode/extensions.json
|
!/.vscode/extensions.json
|
||||||
|
|
||||||
|
# Emacs
|
||||||
|
*~
|
||||||
|
*#*
|
||||||
|
|
||||||
/unminified-js
|
/unminified-js
|
||||||
|
|
||||||
# Hololens artifacts
|
# Hololens artifacts
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
[package]
|
|
||||||
name = "webrender_surfman"
|
|
||||||
version = "0.0.1"
|
|
||||||
authors = ["The Servo Project Developers"]
|
|
||||||
license = "MPL-2.0"
|
|
||||||
edition = "2018"
|
|
||||||
publish = false
|
|
||||||
|
|
||||||
[lib]
|
|
||||||
name = "webrender_surfman"
|
|
||||||
path = "lib.rs"
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
euclid = "0.20"
|
|
||||||
surfman = "0.3"
|
|
||||||
surfman-chains = "0.4i"
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
ajeffrey@ajeffrey-home.4753:1592856534
|
|
Loading…
Add table
Add a link
Reference in a new issue