shadowsocks/.gitignore
loggerhead 72f1d68a05 Fixed #675 (#676)
* fix a OTA bug

* correct a wrong comment

* ignore emacs autosave files

* keep consistence with the defensive style

* a little refractor

* fix daemon stop failed (#675)

* fix test failed
2016-11-20 14:59:32 +08:00

34 lines
270 B
Text

*.py[co]
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
htmlcov
.coverage*
.tox
#Translations
*.mo
#Mr Developer
.mr.developer.cfg
.DS_Store
.idea
#Emacs
.#*