cChardet/.gitignore

49 lines
486 B
Text
Raw Permalink Normal View History

2012-06-20 01:41:36 +00:00
*.pyc
*.pyo
*.pyd
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
#Translations
*.mo
.idea/
ext__
2012-06-26 00:50:30 +00:00
ext/libcharsetdetect/mozilla_
src/cchardet/*.c
2012-06-26 01:02:49 +00:00
src/cchardet/*.o
2012-06-26 00:50:30 +00:00
src/cchardet/*.cpp
2012-06-20 12:47:25 +00:00
libcharsetdetect.dll
2012-06-26 01:02:49 +00:00
MANIFEST
2012-06-26 07:14:39 +00:00
*.o
*.def
2013-05-08 02:33:49 +00:00
None
*.tar.gz
2013-05-08 05:11:32 +00:00
.directory
2016-10-17 03:19:24 +00:00
.python-version
.tox/
2017-03-27 15:14:10 +00:00
.DS_Store
/.vscode/