Cleanup .gitignore and remove refstack.cfg

Cleanup .gitignore file and sort it in alfabetical order.
Remove unused refstack.cfg file.

Change-Id: I3aebb5c58a8fdf4fa4da5f68763ba8db9883d336
This commit is contained in:
Vladislav Kuzmin 2015-03-10 10:49:49 +03:00
parent 7fb956b8dd
commit bc1c92505b
2 changed files with 8 additions and 62 deletions

67
.gitignore vendored
View File

@ -1,61 +1,10 @@
*.egg*
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
ChangeLog
AUTHORS
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
*.db
*.DS_Store
manifest.yml
refstack/localmodels.py
refstack/common/debug.py
refstack/client/.testrepository/format
refstack/client/.testrepository/next-stream
refstack/client/.smbdeleteAAA06c94.4
scripts/members_sponsors_20131030.csv
refstack/client/.smbdeleteAAA9ef44.4
openid/*
db.sqlite
# Don't include Credentials if in local directory
openrc.sh
.testrepository/
.tox/
.venv/
AUTHORS
ChangeLog
build/
dist

View File

@ -1,3 +0,0 @@
# gearman config
GEARMAN_SERVER = "localhost"
GEARMAN_PORT = 4730