Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | BLD: finish handling of setuptools commands. | Ralf Gommers | 2016-01-16 | 1 | -0/+1 | |
| | | | | | Also ignore setup.cfg: this file is created/modified by the alias/setopt/saveopts commands, and therefore needs to be in .gitignore. | |||||
* | MAINT: update .gitignore vs benchmarks | Pauli Virtanen | 2015-08-22 | 1 | -0/+3 | |
| | ||||||
* | ENH: Ignore PyCharm project files. | John Kirkham | 2015-02-17 | 1 | -0/+4 | |
| | ||||||
* | MAINT: update .gitignore for new template files | Julian Taylor | 2015-01-22 | 1 | -2/+2 | |
| | ||||||
* | MAINT: .gitignore += generated umath/loops.h | Kirill Smelkov | 2014-07-27 | 1 | -1/+1 | |
| | | | | | | | | | Commit 494abcf1 (ENH: speed-up minimum, maximum and xor for bool dtype) reworked numpy/core/src/umath/loops.h to be autogenerated at build time, but forgot to update .gitignore. Fix it, so that the now-autogenerated loops.h do not constantly show as untracked in git status output. | |||||
* | MAINT: add common source indexer files to .gitignore | Julian Taylor | 2014-07-27 | 1 | -0/+6 | |
| | | | | ignore cscope and gnu global files | |||||
* | BLD: remove cython c source from git | Julian Taylor | 2014-04-05 | 1 | -0/+3 | |
| | | | | | | | Instead generate at build time. The generated sources are still part of the sdist. tools/cythonize.py is copied from SciPy with small changes to the configuration. | |||||
* | MAINT: ignore some more generated C files | Lars Buitinck | 2014-03-25 | 1 | -0/+4 | |
| | ||||||
* | BUG: .gitignore ignores all release directories. | Charles Harris | 2013-09-05 | 1 | -1/+1 | |
| | | | | | It should only ignore the one in the root directory. The fix is to prepend a '/' to the directory name. | |||||
* | ENH: Add paver generated release directory to .gitignore. | Charles Harris | 2013-09-02 | 1 | -0/+4 | |
| | ||||||
* | MAINT: ignore some more generated C files. | Lars Buitinck | 2013-08-27 | 1 | -1/+7 | |
| | ||||||
* | requested filetypes and dirs to gitignore | Eric Fode | 2012-07-11 | 1 | -0/+3 | |
| | ||||||
* | added generated c files to gitignore | Eric Fode | 2012-07-11 | 1 | -0/+25 | |
| | ||||||
* | Add a little command-line tool for running tests, plus tox support | Nathaniel J. Smith | 2012-05-21 | 1 | -0/+2 | |
| | | | | | | | Tox is a handy little tool to make it easier than not to run proper tests that exercise the build system and are run against multiple Python versions: http://pypi.python.org/pypi/tox See comment at the top of tox.ini for hints. | |||||
* | BUG: Fix .gitignore again, using github suggestions. | Charles Harris | 2012-04-02 | 1 | -2/+2 | |
| | | | | http://help.github.com/ignore-files/ | |||||
* | ENH: Add some filenames to .gitignore, fix .DS_Store entry. | Charles Harris | 2012-04-02 | 1 | -2/+4 | |
| | ||||||
* | ENH: add files generated during build and site.cfg to .gitignore. | rgommers | 2011-03-12 | 1 | -0/+6 | |
| | ||||||
* | ENH: Add patch files to .gitignore. | Charles Harris | 2011-01-23 | 1 | -0/+5 | |
| | ||||||
* | BUG: Git treats any line in .gitignore containing # anywhere as a comment. | Charles Harris | 2010-10-31 | 1 | -5/+10 | |
| | ||||||
* | ENH - improved .gitignore | Jarrod Millman | 2010-10-11 | 1 | -15/+68 | |
| | ||||||
* | ENH: Add .gitignore file. | Charles Harris | 2010-09-15 | 1 | -0/+19 | |
| | ||||||
* | Don't track .gitignore file. | Charles Harris | 2010-06-07 | 1 | -13/+0 | |
| | ||||||
* | Add gitignore for those using git-svn. | Stefan van der Walt | 2009-10-25 | 1 | -0/+13 | |