Remove emacs backup files, add them to .gitignore

This commit is contained in:
Alan Jeffrey 2020-07-17 10:19:11 -05:00
parent f221b00007
commit 7930bcdd86
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