From 88fed994085d6b630911cb8b4fa76f3d62ba6355 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Fri, 17 Nov 2017 11:39:20 -0800 Subject: [PATCH] Add examples to exclude --- .gitignore | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9953e37..80dd7e1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ Cargo.lock tags .ctags *.bk +TODO.txt diff --git a/Cargo.toml b/Cargo.toml index f2b81d4..c1fa26c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Alexandre Bury "] categories = ["command-line-interface", "gui"] description = "A TUI (Text User Interface) library focused on ease-of-use." documentation = "https://gyscos.github.io/Cursive/cursive/index.html" -exclude = ["doc/**", "assets/**"] +exclude = ["doc/**", "assets/**", "examples/**"] keywords = ["ncurses", "TUI", "UI"] license = "MIT" name = "cursive"