https://github.com/astropy/astropy
Raw File
Tip revision: 464deeac8b4ccda25403d10107116aee9b72175f authored by Erik M. Bray on 13 February 2013, 17:22:31 UTC
Preparing release 0.2rc1
Tip revision: 464deea
.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