Skip to content

Commit

Permalink
Reformat git files
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 28, 2020
1 parent d3433b4 commit 1cc2e10
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tests/sample.* binary
tests/data.unknown_mime_type binary
tests/hello.txt.gz binary
tests/sample.* binary
36 changes: 18 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
*.swp
*.bak
*.egg
*.egg-info
*.eggs
*.md5
*.pyc
*.pyd
*.pyo
*.so
*.swp
*.tar.gz
*~
.DS_Store
.Python
.cache
.coverage
.coverage.*
.develop
.direnv
.envrc
.flake
.gitconfig
.idea
.install-cython
.install-deps
.installed.cfg
.mypy_cache
.noseids
.pytest_cache
.python-version
.test-results
.tox
.vimrc
.vscode
aiohttp/_find_header.c
aiohttp/_frozenlist.c
aiohttp/_frozenlist.html
aiohttp/_headers.html
aiohttp/_headers.pxi
aiohttp/_helpers.c
aiohttp/_helpers.html
aiohttp/_websocket.c
aiohttp/_websocket.html
aiohttp/_http_parser.c
aiohttp/_http_parser.html
aiohttp/_http_writer.c
aiohttp/_http_writer.html
aiohttp/_headers.html
aiohttp/_websocket.c
aiohttp/_websocket.html
bin
build
htmlcov
coverage.xml
develop-eggs
dist
docs/_build/
eggs
htmlcov
include/
lib/
man/
nosetests.xml
parts
pip-wheel-metadata
pyvenv
sources
var/*
venv
virtualenv.py
.install-cython
.install-deps
.develop
.gitconfig
.flake
.python-version
.pytest_cache
.vscode
.mypy_cache
pip-wheel-metadata
.test-results
coverage.xml
*.md5

0 comments on commit 1cc2e10

Please sign in to comment.