Auto merge of #27310 - asajeffrey:gitignore-emacs-backup-files, r=jdm

Remove emacs backup files, add them to .gitignore

Remove emacs backup files and add them to .gitignore.
This commit is contained in:
bors-servo 2020-07-17 23:17:47 -04:00 committed by GitHub
commit e41f1662dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 19 deletions

5
.gitignore vendored
View file

@ -14,7 +14,6 @@
/python/_virtualenv*
/python/tidy/servo_tidy.egg-info
/tests/wpt/sync
*~
*.pkl
*.pyc
*.swp
@ -43,6 +42,10 @@ capture_webrender/
.vscode
!/.vscode/extensions.json
# Emacs
*~
*#*
/unminified-js
# Hololens artifacts

View file

@ -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"

View file

@ -1 +0,0 @@
ajeffrey@ajeffrey-home.4753:1592856534