diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-01-31 00:05:32 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-01-31 00:05:32 -0500 |
commit | 6640ce2bab32a25414cd009646ecd7cf3cdfb11d (patch) | |
tree | 594e69702b06418391e334ec9928ddaa51462e4a /docs/.gitignore | |
parent | b66837ed3a11bbee7eb98da8b95e0f58eec533bf (diff) | |
download | cmd2-git-6640ce2bab32a25414cd009646ecd7cf3cdfb11d.tar.gz |
Added doc _build dir to .gitignore
Diffstat (limited to 'docs/.gitignore')
-rw-r--r-- | docs/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 00000000..d4e11e5e --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,2 @@ +_build + |