diff options
author | James Booth <boothj5@gmail.com> | 2016-07-29 00:16:09 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-29 00:16:09 +0100 |
commit | 1bc694184748bef4adaeed5572cd03518fefe061 (patch) | |
tree | d2db37be0217e96584eabd05bb0f1d6b527bf59f | |
parent | a02be1f1b61b3262f8c58467838045a208e5ca90 (diff) | |
download | profani-tty-1bc694184748bef4adaeed5572cd03518fefe061.tar.gz |
Update gitignore
-rw-r--r-- | .gitignore | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 4f3abcd4..15a4d23c 100644 --- a/.gitignore +++ b/.gitignore @@ -63,8 +63,18 @@ toc_fragment.html # valgrind files valgrind.out -.DS_Store +# Generate docs +apidocs/python/_build/ +apidocs/python/modules.rst +apidocs/python/prof.rst +apidocs/python/src/prof.pyc apidocs/c/html/ -*.swp + +# Temp Vim files +**/*.swp + +# Virtual envs python2/ python3/ + +.DS_Store |