aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2020-09-20 04:37:31 +0200
committerRobin Krahl <robin.krahl@ireas.org>2020-09-20 11:39:07 +0200
commit2b367a30df6e155621c116c41cc262dd96ad1a33 (patch)
treef915f625a44cec8ccdfe78f380b563c15d0aeef6 /.gitignore
parent7394a6b188c2a6c0d5ae72f8bba5fddc9720613b (diff)
downloadnitrokey-sys-rs-2b367a30df6e155621c116c41cc262dd96ad1a33.tar.gz
nitrokey-sys-rs-2b367a30df6e155621c116c41cc262dd96ad1a33.tar.bz2
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
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/*~