From 2b367a30df6e155621c116c41cc262dd96ad1a33 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 20 Sep 2020 04:37:31 +0200 Subject: Use quilt to manage modifications in src/ffi.rs Previously, we manually modified the src/ffi.rs file to add deprecation attributes. With this patch, we use quilt to automatically apply patches with the changes. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a821aa9..6091280 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /target **/*.rs.bk Cargo.lock +.pc +patches/*~ -- cgit v1.2.3