summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* BLD: finish handling of setuptools commands.Ralf Gommers2016-01-161-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 benchmarksPauli Virtanen2015-08-221-0/+3
|
* ENH: Ignore PyCharm project files.John Kirkham2015-02-171-0/+4
|
* MAINT: update .gitignore for new template filesJulian Taylor2015-01-221-2/+2
|
* MAINT: .gitignore += generated umath/loops.hKirill Smelkov2014-07-271-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 .gitignoreJulian Taylor2014-07-271-0/+6
| | | | ignore cscope and gnu global files
* BLD: remove cython c source from gitJulian Taylor2014-04-051-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 filesLars Buitinck2014-03-251-0/+4
|
* BUG: .gitignore ignores all release directories.Charles Harris2013-09-051-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 Harris2013-09-021-0/+4
|
* MAINT: ignore some more generated C files.Lars Buitinck2013-08-271-1/+7
|
* requested filetypes and dirs to gitignoreEric Fode2012-07-111-0/+3
|
* added generated c files to gitignoreEric Fode2012-07-111-0/+25
|
* Add a little command-line tool for running tests, plus tox supportNathaniel J. Smith2012-05-211-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 Harris2012-04-021-2/+2
| | | | http://help.github.com/ignore-files/
* ENH: Add some filenames to .gitignore, fix .DS_Store entry.Charles Harris2012-04-021-2/+4
|
* ENH: add files generated during build and site.cfg to .gitignore.rgommers2011-03-121-0/+6
|
* ENH: Add patch files to .gitignore.Charles Harris2011-01-231-0/+5
|
* BUG: Git treats any line in .gitignore containing # anywhere as a comment.Charles Harris2010-10-311-5/+10
|
* ENH - improved .gitignoreJarrod Millman2010-10-111-15/+68
|
* ENH: Add .gitignore file.Charles Harris2010-09-151-0/+19
|
* Don't track .gitignore file.Charles Harris2010-06-071-13/+0
|
* Add gitignore for those using git-svn.Stefan van der Walt2009-10-251-0/+13