diff options
author | Eric Fode <ericfode@gmail.com> | 2012-07-11 18:40:01 -0400 |
---|---|---|
committer | Eric Fode <ericfode@gmail.com> | 2012-07-11 18:40:01 -0400 |
commit | 817e8976c57dab134177d4206ca81e3da40da369 (patch) | |
tree | f6500636b28e93e9c8267f531338910d43e266bc /.gitignore | |
parent | 149dede9bd70b9d780669e7f7a3ee935295cd342 (diff) | |
download | numpy-817e8976c57dab134177d4206ca81e3da40da369.tar.gz |
requested filetypes and dirs to gitignore
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 |