diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3cac77693..416299a1f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ .*.sw[nop] .sw[nop] *.tmp +*.vim +tags # Compiled source # ################### @@ -115,3 +117,4 @@ numpy/core/src/umath/funcs.inc numpy/core/src/umath/loops.c numpy/core/src/umath/umath_tests.c numpy/distutils/__config__.py +doc/source/reference/generated
\ No newline at end of file |