Update gitignore
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user