diff options
author | James Booth <boothj5@gmail.com> | 2016-07-29 00:27:14 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-29 00:27:26 +0100 |
commit | a308f5e4f11d2c30109a2587f4f7a2d5d487f01a (patch) | |
tree | 70d8ed7757e1a5558f304a2b4cd0ca09fd149899 /.gitignore | |
parent | 1bc694184748bef4adaeed5572cd03518fefe061 (diff) | |
download | profani-tty-a308f5e4f11d2c30109a2587f4f7a2d5d487f01a.tar.gz |
Add python plugin hook docs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 15a4d23c..43d70578 100644 --- a/.gitignore +++ b/.gitignore @@ -68,6 +68,8 @@ apidocs/python/_build/ apidocs/python/modules.rst apidocs/python/prof.rst apidocs/python/src/prof.pyc +apidocs/python/plugin.rst +apidocs/python/src/plugin.pyc apidocs/c/html/ # Temp Vim files |