Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .gitignore: Ignore *.egg and *.egg-info | Marc Abramowitz | 2013-10-12 | 1 | -0/+3 |
| | |||||
* | pxd file for the NumPy core math library (npymath) | Lars Buitinck | 2013-09-07 | 1 | -0/+1 |
| | |||||
* | Add support for tox (http://tox.testrun.org/) | Marc Abramowitz | 2012-06-05 | 1 | -0/+2 |
| | |||||
* | Ignores generated *.elc files in git submodules. | Yesudeep Mangalapilly | 2012-03-20 | 1 | -0/+2 |
| | | | | | | | | | | * When cython.git is included as a submodule in an Emacs configuration to load cython-mode.el and is byte-compiled, it generates an .elc file which causes the submodule to appear dirty unnecessarily in the parent git repository. Adding this rule will avoid dirty submodules. Signed-off-by: Yesudeep Mangalapilly <yesudeep@google.com> | ||||
* | added *.o to ignored files | Stefan Behnel | 2011-11-19 | 1 | -0/+1 |
| | |||||
* | Add .so files to .gitignore, globally | Lars Buitinck | 2011-07-22 | 1 | -0/+1 |
| | | | | | | | These might be created in Cython/Compiler Cython/Plex Cython/Runtime | ||||
* | Support pxd/public/api import/export for C variables | Lisandro Dalcin | 2011-05-21 | 1 | -0/+1 |
| | |||||
* | Create .gitignore and update .hgignore (thanks to W. Trevor King) | Lisandro Dalcin | 2011-02-17 | 1 | -0/+21 |