Add examples to exclude

This commit is contained in:
Alexandre Bury 2017-11-17 11:39:20 -08:00
parent 6e56dc427c
commit 88fed99408
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ Cargo.lock
tags tags
.ctags .ctags
*.bk *.bk
TODO.txt

View File

@ -3,7 +3,7 @@ authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
categories = ["command-line-interface", "gui"] categories = ["command-line-interface", "gui"]
description = "A TUI (Text User Interface) library focused on ease-of-use." description = "A TUI (Text User Interface) library focused on ease-of-use."
documentation = "https://gyscos.github.io/Cursive/cursive/index.html" documentation = "https://gyscos.github.io/Cursive/cursive/index.html"
exclude = ["doc/**", "assets/**"] exclude = ["doc/**", "assets/**", "examples/**"]
keywords = ["ncurses", "TUI", "UI"] keywords = ["ncurses", "TUI", "UI"]
license = "MIT" license = "MIT"
name = "cursive" name = "cursive"