summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: Ignore *.egg and *.egg-infoMarc Abramowitz2013-10-121-0/+3
|
* pxd file for the NumPy core math library (npymath)Lars Buitinck2013-09-071-0/+1
|
* Add support for tox (http://tox.testrun.org/)Marc Abramowitz2012-06-051-0/+2
|
* Ignores generated *.elc files in git submodules.Yesudeep Mangalapilly2012-03-201-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 filesStefan Behnel2011-11-191-0/+1
|
* Add .so files to .gitignore, globallyLars Buitinck2011-07-221-0/+1
| | | | | | | These might be created in Cython/Compiler Cython/Plex Cython/Runtime
* Support pxd/public/api import/export for C variablesLisandro Dalcin2011-05-211-0/+1
|
* Create .gitignore and update .hgignore (thanks to W. Trevor King)Lisandro Dalcin2011-02-171-0/+21