From 02fdb4cf496af5d250347247fddae76917175846 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Fri, 22 Sep 2017 00:41:51 -0400 Subject: [PATCH] Add exclude to Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 047ae49..53a3310 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,10 @@ description = "Linux keyboard mapper" repository = "https://code.moparisthebest.com/moparisthebest/rusty-keys" keywords = ["linux", "input", "keyboard", "keymapper"] +exclude = [ + "keymap.orig.toml", +] + [dependencies] libc = "0.2" nix = "0.5"