cChardet/.gitignore

49 lines
486 B
Text
Raw Normal View History

2012-06-20 09:41:36 +08: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 08:50:30 +08:00
ext/libcharsetdetect/mozilla_
src/cchardet/*.c
2012-06-26 09:02:49 +08:00
src/cchardet/*.o
2012-06-26 08:50:30 +08:00
src/cchardet/*.cpp
2012-06-20 20:47:25 +08:00
libcharsetdetect.dll
2012-06-26 09:02:49 +08:00
MANIFEST
2012-06-26 15:14:39 +08:00
*.o
*.def
2013-05-08 10:33:49 +08:00
None
*.tar.gz
2013-05-08 13:11:32 +08:00
.directory
2016-10-17 11:19:24 +08:00
.python-version
.tox/
2017-03-27 23:14:10 +08:00
.DS_Store
/.vscode/