https://github.com/astropy/astropy
Raw File
Tip revision: f5167da0db750942aaf07983ac45300d7d2044b1 authored by Erik M. Bray on 30 January 2013, 01:08:31 UTC
Preparing release 0.2b2
Tip revision: f5167da
.gitignore
# Compiled files
*.py[cod]
*.a
*.o
*.so
__pycache__

# Ignore .c files by default to avoid including generated code. If you want to
# add a non-generated .c extension, use `git add -f filename.c`.
*.c

# Other generated files
MANIFEST
astropy/version.py
astropy/cython_version.py
astropy/astropy.cfg
astropy/wcs/include/wcsconfig.h

# Sphinx
_build
_generated

# Packages/installer info
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
distribute-*.tar.gz

# Other
.tox
.*.swp
*~
.coverage
cover
htmlcov

# Mac OSX
.DS_Store
back to top